build(data/mp): 移除多数据源依赖,如需使用可手动引入

This commit is contained in:
2024-09-10 22:45:17 +08:00
parent 08ef09c9b5
commit 06d3a6ca41

View File

@@ -19,12 +19,6 @@
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
</dependency>
<!-- Dynamic Datasource基于 Spring Boot 的快速集成多数据源的启动器) -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
</dependency>
<!-- P6SpySQL 性能分析组件) -->
<dependency>
<groupId>p6spy</groupId>