纯洁的微笑 7 years ago
parent
commit
b90dce5e92
1 changed files with 4 additions and 0 deletions
  1. 4 0
      spring-boot-mail/pom.xml

+ 4 - 0
spring-boot-mail/pom.xml

@@ -28,6 +28,10 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-mail</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-test</artifactId>