Created a Spring Boot application for managing employee salaries, allowing admins to add incentives and update payment details.
In this Spring Boot project, the user can first add employees through a Thymeleaf-based HTML form. The entered employee details are stored in the database using the Employee model.
The user can then view all the stored employees with an option to edit or delete specific records as needed.
For incentives, the project provides a form with a dropdown menu showing only the stored employee names. When an employee is selected, other details auto-fill, and the incentive data is stored in the database using the Salary model.
Finally, the user can view all the stored employee incentives along with their date and time for proper tracking.