shiro 整合 springBoot 實現基本的角色權限控制

依賴包 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.3.2</version> </dependency> 數據庫表 CREATE TABLE `role` ( `id` bigint(19) NOT NULL auto_incremen
相關文章
相關標籤/搜索