代码调整

This commit is contained in:
2024-01-22 10:24:18 +08:00
parent b596aad87c
commit 8f7db40fe8
39 changed files with 58 additions and 124 deletions

View File

@@ -58,6 +58,13 @@
<artifactId>common-oss</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 多数据源切换当数据源为oracle时需要使用 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
<build>