!5 新增告警邮件模版
* Merge remote-tracking branch 'origin/master' * fix: 优化代码注释,以及日志输出 #I4U9BT * Update web-app/package.json * Update web-app/package.json * Update web-app/package.json * Update web-app/package.json * Update manager/src/main/resources/application.yml * Update manager/src/main/resources/application.yml * feature: 新增邮件告警模版 #I4U9BT * feature: 新增controller接口入参限定修饰符 #I4U9BT
This commit is contained in:
@@ -48,6 +48,16 @@ spring:
|
||||
socketFactoryClass: javax.net.ssl.SSLSocketFactory
|
||||
ssl:
|
||||
enable: true
|
||||
debug: false
|
||||
|
||||
thymeleaf:
|
||||
prefix: classpath:/templates/ #prefix:指定模板所在的目录
|
||||
check-template-location: true #check-tempate-location: 检查模板路径是否存在
|
||||
cache: false #cache: 是否缓存,开发模式下设置为false,避免改了模板还要重启服务器,线上设置为true,可以提高性能。
|
||||
suffix: .html
|
||||
#encoding: UTF-8
|
||||
#content-type: text/html
|
||||
mode: LEGACYHTML5
|
||||
|
||||
warehouse:
|
||||
store:
|
||||
|
||||
Reference in New Issue
Block a user