摘要: 1、创建项目的环境,添加maven的依赖 <!-- shiro --> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.4.1</version> </ 阅读全文
posted @ 2021-06-17 17:04 shunnWcs 阅读(83) 评论(0) 推荐(0)
摘要: 1、搭建Security的环境,添加pom,xml相关依赖 Springboot版本号选择:2.3.0.RESEASE <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-t 阅读全文
posted @ 2021-06-17 15:18 shunnWcs 阅读(569) 评论(0) 推荐(0)
摘要: 1、添加Maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dependency> <dependency> 阅读全文
posted @ 2021-06-17 00:12 shunnWcs 阅读(38) 评论(0) 推荐(0)