# spring-cloud-oauth2-example **Repository Path**: Lolidaisuki/spring-cloud-oauth2-example ## Basic Information - **Project Name**: spring-cloud-oauth2-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://stytex.de/blog/2016/02/01/spring-cloud-security-with-oauth2/) for detailed explanation.