mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
!387 up dynamic-datasource-spring-boot-starter 4.1.3
Merge pull request !387 from Mac666/N/A
This commit is contained in:
commit
bd10793118
@ -27,6 +27,7 @@
|
||||
<swagger.core.version>2.2.14</swagger.core.version>
|
||||
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
||||
<mysql.version>8.0.33</mysql.version>
|
||||
<dynamic-ds.version>4.1.3</dynamic-ds.version>
|
||||
<seata.version>1.6.1</seata.version>
|
||||
<excel.version>3.1.0</excel.version>
|
||||
<asm.version>7.1</asm.version>
|
||||
@ -128,6 +129,12 @@
|
||||
<artifactId>excel-spring-boot-starter</artifactId>
|
||||
<version>${excel.version}</version>
|
||||
</dependency>
|
||||
<!-- 多数据源依赖 -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
||||
<version>${dynamic-ds.version}</version>
|
||||
</dependency>
|
||||
<!-- 阿里云短信下发 -->
|
||||
<dependency>
|
||||
<groupId>io.springboot.sms</groupId>
|
||||
|
@ -37,7 +37,6 @@
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
||||
<version>${dynamic-ds.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
|
1
pom.xml
1
pom.xml
@ -35,7 +35,6 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<spring-boot-admin.version>3.1.4</spring-boot-admin.version>
|
||||
<spring.authorization.version>1.1.1</spring.authorization.version>
|
||||
<dynamic-ds.version>4.1.1</dynamic-ds.version>
|
||||
<screw.version>0.0.3</screw.version>
|
||||
<captcha.version>2.2.2</captcha.version>
|
||||
<aws.version>1.11.543</aws.version>
|
||||
|
Loading…
Reference in New Issue
Block a user