摘要: # Shiro - Shiro官网:http://shiro.apache.org/ - SpringBoot版本:2.2.5.RELEASE ## QuickStart - 主要方法(**Spring Security**都有) ```java Subject currentUser = Secu 阅读全文
posted @ 2023-07-25 23:06 James-Allen 阅读(29) 评论(0) 推荐(0)
摘要: # Spring Security - Web开发中,安全**First** - 非功能需求(没它也能跑) - 应在设计之初考虑 ### 依赖 ```xml org.springframework.boot spring-boot-starter-security org.springframewo 阅读全文
posted @ 2023-07-25 18:42 James-Allen 阅读(35) 评论(0) 推荐(0)