Spring Boot 2.0.0 Tutorial
This project for sample REST web service project. I've include all necessary that I use.
If anything works, Spring will start & swagger-ui will ready to access
http://localhost:8000/spring/swagger-ui.html
Incoming requests will passed this file first. That should include client verification here, otherwise you can add exclusion too. TokenAuthenticationFilter.java
You can use Testing.postman_collection.json for import & test with POSTMAN.