This is the second instllment of the Spring Rest Data sample series. To find out all APIs, you can visit http://localhost:8080/swagger-ui.html for APIs of this application along with application management APIs generated by Actuator.
Spring Data Sample series:
- First installment: a single entity
- Second installment: multiple entities and they are related
- Third installment: secure API access with in-memory user setup
- Fourth installment: secure API access with DB user setup
- Fifth installment: secure API access with JWT, a sessionless approach