From 056c73b0e86e76faa08b627c0cebfa244a7b399a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 10 七月 2025 15:48:24 +0800
Subject: [PATCH] ss

---
 server/pom.xml |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index f81ea66..1898c86 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -47,18 +47,12 @@
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-web</artifactId>
-    <!--  <exclusions>
-        <exclusion>
-          <groupId>org.springframework.boot</groupId>
-          <artifactId>spring-boot-starter-tomcat</artifactId>
-        </exclusion>
-      </exclusions> -->
     </dependency>
-    <dependency>
+   <!-- <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-tomcat</artifactId>
       <scope>provided</scope>
-    </dependency>
+    </dependency>-->
     <!-- Redis -->
     <dependency>
       <groupId>org.springframework.boot</groupId>
@@ -232,8 +226,11 @@
       <artifactId>azure-storage-blob</artifactId>
       <version>12.14.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-freemarker</artifactId>
+    </dependency>
   </dependencies>
-
   <build>
     <finalName>dmttwebsite</finalName>
     <resources>
@@ -261,6 +258,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
+        <version>3.1.0</version>
         <configuration>
           <delimiters>
             <delimiter>@</delimiter>

--
Gitblit v1.9.3