refactor(menu): 移除动态数据源的部分

This commit is contained in:
theo
2025-09-26 11:01:45 +08:00
parent 7929b91592
commit d88b5dc9de
4 changed files with 12 additions and 22 deletions

View File

@@ -261,11 +261,11 @@
</dependency>
<!-- 动态多数据源 -->
<dependency>
<!--<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
<version>${dynamic-datasource.version}</version>
</dependency>
</dependency>-->
</dependencies>