Spring OAuth2 example for microservices
This example shows how to use spring oauth2 to secure resource servers, for example in spring cloud microservices.
How to Setup?
Just
$ gradle build
and start both spring boot application using
$ gradle bootRun
inside the directories.
More Information
Read my article for detailed explanation.