Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 342 Bytes

Spring security example

Example of a security configuration using roles and authorities.

Instructions

Run the application and use the postman collection included on the project to test the endpoints with different users. You can run the postman collection using newman with the provided script.

Check the tests for more information.