springboot2整合OAuth2.0實例java
代碼實例放到:https://github.com/haoxiaoyong1014/springboot-examplesgit
springboot-oauth2 包括: springboot-oauth2-authorization-server(認證服務)和springboot-oauth2-resource-server(資源服務) springBoot版本:2.0.1.RELEASEgithub
受權碼模式:spring
訪問認證服務器springboot
http://localhost:8888/oauth/authorize?response_type=code&client_id=merryyou&redirect_uri=https://github.com/haoxiaoyong1014?tab=repositories&scope=all服務器
是否贊成並受權app