[manager] 告警信息邮件转发

This commit is contained in:
tomsun28
2021-12-17 21:37:46 +08:00
parent d4241e093f
commit 331372fe87
4 changed files with 80 additions and 1 deletions

View File

@@ -83,6 +83,11 @@
<version>${mysql.version}</version>
<!--<scope>runtime</scope>-->
</dependency>
<!-- email -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<!-- swagger -->
<dependency>
<groupId>io.springfox</groupId>