Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 500 Bytes

File metadata and controls

13 lines (9 loc) · 500 Bytes

Spring REST API Example

Simple REST API example application build with Spring Boot and secured with Spring Security.

Testing:

./gradlew test

Running:

./gradlew bootRun application starts on http://localhost:8080

Calling API:

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.