Simple REST API example application build with Spring Boot and secured with Spring Security.
./gradlew test
./gradlew bootRun application starts on http://localhost:8080
You can import Postman collection from postman directory to se some examples.
API endpoints are secured with spring-security. To access secured endpoints you must call /token endpoint first to get access token.