- This is kinda my
hello-worldinto spring-boot. - Basic CRUD project to create an employee table and fetch their details.
- Based on
Springboot,Hibernate-JPAandPostgreSQL. - Frontend based templating is done with the help of
Thymeleaf.
- Use Neon or something similar to setup the remote PostgreSQL-DB.
- You can fill credentials in application.properties
- Or you can create an
.env.localin the Project Root Directory (same level aspom.xml). - Run the server using the
mvn clean && mvn compile && mvn spring-boot:run. - Server runs on
localhost:8080.
Defined in EmployeeServiceImpl.java
1. List Employee
2. Add Employee
3. Update Employee
4. Delete Employee