多余加载

This commit is contained in:
2025-03-05 15:10:08 +08:00
parent ea53c19435
commit 42e8ab2213
4 changed files with 0 additions and 111 deletions

View File

@@ -71,11 +71,6 @@
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
<!-- Spring Boot与nacos整合的核心依赖 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<!-- 配置管理依赖,如果你需要配置管理功能 -->
<dependency>
@@ -103,15 +98,5 @@
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-nacos</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
</dependencies>
</project>