SpringSecurity

SpringSecurity

Thymeleaf官网:https://www.thymeleaf.org/

SpringBoot:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

导入依赖SpringSecurity

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-security</artifactId>
</dependency>

时间:2021-08-14 23点23分

上一篇:SpringSecurity(三):表单登陆


下一篇:SpringSecurity学习一 快速开始