🚧 增加动态数据源依赖
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -16,6 +16,7 @@
|
||||
<spring-boot.version>3.5.9</spring-boot.version>
|
||||
<druid.version>1.2.27</druid.version>
|
||||
<mybatis-plus.version>3.5.15</mybatis-plus.version>
|
||||
<dynamic-datasource-spring-boot3-starter-version>4.3.1</dynamic-datasource-spring-boot3-starter-version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -68,6 +69,12 @@
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
||||
<version>${dynamic-datasource-spring-boot3-starter-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user