From 8f2b433557c1a5d4b68d99cd6b618d0f6cd06c68 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 14 十一月 2025 11:46:21 +0800
Subject: [PATCH] 问题修复
---
server/meeting/pom.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/server/meeting/pom.xml b/server/meeting/pom.xml
index 95adea5..5a4ac9c 100644
--- a/server/meeting/pom.xml
+++ b/server/meeting/pom.xml
@@ -13,7 +13,6 @@
<modules>
<module>meeting_admin</module>
<module>meeting_service</module>
- <module>meeting_web</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
@@ -23,14 +22,19 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.3.12.RELEASE</version>
<type>pom</type>
<scope>import</scope>
+ </dependency>
+ <!-- <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-bootstrap</artifactId>
+ </dependency>-->
+ <dependency>
+ <groupId>com.alibaba.cloud</groupId>
+ <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
+ <!-- <version>2.2.7.RELEASE</version>-->
</dependency>
<!--<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -38,14 +42,10 @@
</dependency>-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
-<!-- <version>2.2.7.RELEASE</version>-->
- </dependency>
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
-<!-- <version>2.2.7.RELEASE</version>-->
+ <!-- <version>2.2.7.RELEASE</version>-->
</dependency>
+ <!-- 鎺ュ彛鏂囨。 -->
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.3