From ce4c619c89f80cc39ca68478d99170942f947713 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 05 九月 2025 01:18:06 +0800
Subject: [PATCH] 修改注释
---
blade-service/blade-mdm/pom.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 8243c3a..ddf3ebc 100644
--- a/blade-service/blade-mdm/pom.xml
+++ b/blade-service/blade-mdm/pom.xml
@@ -79,11 +79,13 @@
<artifactId>tika-core</artifactId>
<version>3.2.0</version>
</dependency>
+ <!--
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
+ -->
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-core-test</artifactId>
@@ -109,9 +111,10 @@
<artifactId>groovy-jsr223</artifactId>
<version>4.0.28</version>
</dependency>
+
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-mail</artifactId>
+ <artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
</dependencies>
<build>
--
Gitblit v1.9.3