摘要: # 17.1远程资源授权准备 ## 17.1.1认证和访问流程图 参考:http://www.zyiz.net/tech/detail-141309.html ![](https://img2022.cnblogs.com/blog/118538/202209/118538-202209211742 阅读全文
posted @ 2022-09-21 17:46 张占岭 阅读(526) 评论(0) 推荐(0)
摘要: 配置类 @Data @ConfigurationProperties("auth") public class AuthProperties { private String title; } 配置类的注册,需要声明@RefreshScope @Configuration public class 阅读全文
posted @ 2022-09-21 15:36 张占岭 阅读(391) 评论(0) 推荐(0)