ruoyi-framework/pom.xml
@@ -46,11 +46,6 @@ <artifactId>druid-spring-boot-starter</artifactId> </dependency> <!-- dynamic-datasource 多数据源--> <dependency> <groupId>com.baomidou</groupId> <artifactId>dynamic-datasource-spring-boot-starter</artifactId> </dependency> <!-- sql性能分析插件 --> <dependency> <groupId>p6spy</groupId> @@ -63,6 +58,11 @@ <artifactId>ruoyi-common</artifactId> </dependency> <dependency> <groupId>com.yomahub</groupId> <artifactId>tlog-web-spring-boot-starter</artifactId> </dependency> </dependencies> </project>