去除动态数据库切换

This commit is contained in:
648540858
2024-12-06 17:11:22 +08:00
parent 5bbd461d88
commit 5777a8e93c
18 changed files with 2 additions and 42 deletions

View File

@@ -199,13 +199,6 @@
<artifactId>springdoc-openapi-security</artifactId>
<version>1.6.10</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.baomidou/dynamic-datasource-spring-boot-starter -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.6.1</version>
</dependency>
<!--在线文档 -->
<dependency>