一、安全?
1、非功能性需求
2、设计之初,考虑安全
二、功能
认证、授权
三、使用
1、导入thymeleaf
<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency>
2、关闭模板引擎
spring:
thymeleaf:
cache: false
3、
一、安全?
1、非功能性需求
2、设计之初,考虑安全
二、功能
认证、授权
三、使用
1、导入thymeleaf
<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency>
2、关闭模板引擎
spring:
thymeleaf:
cache: false
3、