spring官网授权服务器springauthorizationserver

https://github.com/spring-projects-experimental/spring-authorization-server

目前最新的spring-authorization-server的信息

<!-- https://mvnrepository.com/artifact/org.springframework.security.experimental/spring-security-oauth2-authorization-server -->
<dependency>
    <groupId>org.springframework.security.experimental</groupId>
    <artifactId>spring-security-oauth2-authorization-server</artifactId>
    <version>0.1.1</version>
</dependency>
原文地址:https://www.cnblogs.com/InternetJava/p/15731341.html