- Configure your database information on application.propreties file in /src/main/resource path.
- Run project:
mvn spring-boot:run - Open Postman, in request URL type:
[GET] localhost:8080/api/students
[GET] localhost:8080/api/student/id
[POST] localhost:8080/api/student/create
[PUT] localhost:8080/api/student/update/id
[DELETE] localhost:8080/api/student/delete/id