在pom.xml中添加对sharding-jdbc-spring-boot-starter的排除配置,以避免依赖冲突。

This commit is contained in:
刘倡
2025-06-21 14:54:08 +08:00
parent 71efb5cf0b
commit f91a3b99bf

View File

@ -42,6 +42,12 @@
<groupId>com.chinaunicom.mall.ebtp</groupId> <groupId>com.chinaunicom.mall.ebtp</groupId>
<artifactId>uboot-core</artifactId> <artifactId>uboot-core</artifactId>
<version>2.4.1-zyhy-SNAPSHOT</version> <version>2.4.1-zyhy-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
<groupId>org.apache.shardingsphere</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.json-lib</groupId> <groupId>net.sf.json-lib</groupId>