From 94ed71de2eb6212168e62c2c2c294b86644b87d4 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 18 三月 2024 14:09:20 +0800
Subject: [PATCH] git ch

---
 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