@@ -36,6 +36,12 @@ server:
min-spare: 100
# 数据源配置
spring:
+ # 模板引擎
+ thymeleaf:
+ mode: HTML
+ encoding: utf-8
+ # 禁用缓存
+ cache: false
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver