# oauth2 **Repository Path**: ZhongGang/oauth2 ## Basic Information - **Project Name**: oauth2 - **Description**: the implementation of oauth2 based on spring security oauth2 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-01-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #oauth2 based on spring security oauth2 ##1. AS: configure the Authorization Server @EnableAuthorizationServer ##2. RS: configure the Resource Server @EnableResourceServer ##3. Client: configure the Client @EnableOAuth2Client