!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

@@ -51,6 +51,16 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!--thymeleaf依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.22</version>
</dependency>
<!-- data jdbc -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -107,6 +117,7 @@
<include>sureness.yml</include>
<include>banner.txt</include>
<include>define/**</include>
<include>**/*.html</include>
</includes>
</resource>
</resources>