aboutsummaryrefslogtreecommitdiff

Based on amigoscode Spring Boot tutorial

"Minimal" example for a Spring Boot RESTful API.

student is a package that tries to implement a RESTful API with minimal boilerplate code. It uses Spring Data JPA and lombok.

Dependencies are managed by Maven.

It also depends on a Postgres DB, as specified in the application.properties file. An important property there is spring.jpa.hibernate.ddl-auto. Available values include none (production), update (develop), create-drop (testing).

2022-06-23