Parcourir la source

后端代码提交

mashengyi il y a 3 ans
Parent
commit
fbed44587f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -306,6 +306,11 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-freemarker</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>javax.mail</artifactId>
+            <version>1.6.2</version>
+        </dependency>
     </dependencies>