The app require a postgres instance running in localhost, it can be configured here application.yml
- Spring Boot
- Source code
- Spring Security (Jwt Auth)
- Auth Endpoint
username: foo password: foo
- Secured Endpoint
Authorization : Bearer <Token provided by the auth endpoint>
- Auth Endpoint
- Spring Data (JPA)
- Rest Endpoint with Injected Interface DI
- Spring Security (Jwt Auth)
- Tests
- Source code