Employee Management Platform

A simple spring HTTP service

Sample of the code showing a modify entry method.

Project description

As a project for the IT Academy (Barcelona), I had to make a Spring project applying a MVC architecture that must do HTTP petitions with a CRUD. Those petitions will allow administrating an employee’s MySQL database.

Table generated with the program, showing the employees data.

Achievements

I have made a project with spring that can connect to a MySQL database stored in a remote server using JDBA. Also, I have added a login screen to gain access to the administration form. The front-end is made using thymeleaf and css.

Technologies used

Java, Spring boot, MySQL, JDBA, HTML, CSS, thymeleaf.

Link to the project