摘要: 找到产生冲突的依赖,通过exclusion标签将其移除 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-oauth2-resource-server</artifactI 阅读全文
posted @ 2021-05-30 22:54 复一日 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 授权服务器目标接口 @RequestMapping( value = {"/oauth/token"}, method = {RequestMethod.POST} ) public ResponseEntity<OAuth2AccessToken> postAccessToken(Principa 阅读全文
posted @ 2021-05-30 18:15 复一日 阅读(869) 评论(0) 推荐(0) 编辑