!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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user