!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:
学习代码的小白
2022-02-19 13:59:36 +00:00
committed by tomsun28
parent 9c38da871a
commit ab8bd560f0
6 changed files with 432 additions and 16 deletions

View File

@@ -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: