Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 444 Bytes

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.