An employee management system created using
- SpringBoot JDBC for Backend
- Thymeleaf for template rendering
- Bootstrap for styling
- Jquery for pagination
- To run this project, clone this repository
- Import the database(SpringDb.sql)
- Open the application.properties file and modify the database username and password according to your own configuration
- Run the project from the EmployeeSystemApplication.java file using any IDE of your choice
- Go to localhost:8080 and you can see the project there