From 5bfa6ac57681f0b07649c2f1a54d6afbd3dbc1ba Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期三, 20 三月 2024 11:37:28 +0800
Subject: [PATCH] 提交一把
---
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