From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 26 九月 2025 09:24:03 +0800
Subject: [PATCH] H5静态化

---
 server/pom.xml |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index 071901b..1898c86 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,10 +4,10 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.doumee</groupId>
-  <artifactId>official_website</artifactId>
+  <artifactId>dmttwebsite</artifactId>
   <version>1.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>official_website</name>
+  <packaging>war</packaging>
+  <name>dmttwebsite</name>
   <description></description>
 
   <parent>
@@ -48,6 +48,11 @@
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-web</artifactId>
     </dependency>
+   <!-- <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-tomcat</artifactId>
+      <scope>provided</scope>
+    </dependency>-->
     <!-- Redis -->
     <dependency>
       <groupId>org.springframework.boot</groupId>
@@ -111,8 +116,16 @@
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
+      <version>8.0.19</version>
+      <!--<scope>system</scope>-->
     </dependency>
+   <!-- <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>8.0.19</version>
+      <scope>system</scope>
+      <systemPath>${project.basedir}/doc/mysql-connector-java-8.0.19.jar</systemPath>
+    </dependency>-->
     <!-- swagger -->
     <!--<dependency>
       <groupId>io.springfox</groupId>
@@ -213,10 +226,13 @@
       <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>official_website</finalName>
+    <finalName>dmttwebsite</finalName>
     <resources>
       <resource>
         <directory>src/main/resources</directory>
@@ -242,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