From 8b46c471e28fbf0b71efbe363facf0bf05d8f6f8 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期四, 14 三月 2024 18:12:30 +0800
Subject: [PATCH] aaa
---
server/pom.xml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 108a258..19ed8a1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -14,7 +14,8 @@
<module>service</module>
<module>company</module>
<module>dianziqian</module>
- <module>emaysms</module>
+ <module>emaysms</module>
+ <module>shop</module>
</modules>
<parent>
@@ -190,7 +191,10 @@
<artifactId>mybatis-plus-join</artifactId>
<version>1.4.2.2</version>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-mail</artifactId>
+ </dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
--
Gitblit v1.9.3