update 优化 多数据源集成 相关pr

This commit is contained in:
疯狂的狮子li
2021-06-22 11:31:27 +08:00
parent cf16e31632
commit c950daf301
4 changed files with 44 additions and 166 deletions

View File

@ -146,6 +146,12 @@
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<!-- dynamic-datasource 多数据源-->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>