Spring Security01:Hello Security入门
Spring Security01:Hello Security入门一、创建一个SpringBoot项目二、pom.xml导入Maven依赖三、Cotroller类四、运行项目
一、创建一个SpringBoot项目
略
二、pom.xml导入Maven依赖
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot
原创
2020-11-01 10:41:45 ·
172 阅读 ·
0 评论