Spring Boot Mini Project
Tools and technologies used:
- IDE - Intellij Idea;
- JDK - 1.8 or later;
- Spring Web - 2.7;
- Spring Data Jpa;
- Spring Boot DevTools;
- Thymeleaf;
- MySQL Driver;
Development Steps:
- Create an Intellij Idea Dynamic Web Project;
- Add Dependencies;
- Project Structure;
- Application Properties Setup;
- Create a Entities - Employee.java;
- Create a EmpRepository.java;
- Create a EmpController.java;
- Create a index.html, add_emp.html, edit.html;
- Demo;