开发环境 添加邮件相关配置信息
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -316,6 +316,17 @@
|
||||
<version>1.41.5</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 邮件发送 -->
|
||||
<!-- thymeleaf -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-mail</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user