From 6f2abed09bb02b22f73477642c21a333fe741207 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 19 六月 2025 16:55:35 +0800
Subject: [PATCH] ss
---
server/pom.xml | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 071901b..323a2dd 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,9 +4,9 @@
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>
+ <packaging>war</packaging>
<name>official_website</name>
<description></description>
@@ -47,6 +47,17 @@
<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>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- Redis -->
<dependency>
@@ -111,8 +122,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>
@@ -216,7 +235,7 @@
</dependencies>
<build>
- <finalName>official_website</finalName>
+ <finalName>dmttwebsite</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
--
Gitblit v1.9.3