From 566c35444def62d13f0c76c3a8e642cd234b2b45 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 19 九月 2025 14:16:52 +0800
Subject: [PATCH] ss

---
 server/pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index c053a5b..1898c86 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -226,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>

--
Gitblit v1.9.3