feat: 🆕 新增多数据源功能

This commit is contained in:
2023-02-14 16:53:25 +08:00
parent 8f3da0bf2e
commit 971b91329f
11 changed files with 455 additions and 1 deletions

View File

@@ -67,6 +67,11 @@
<artifactId>ym-websocket</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cnbm</groupId>
<artifactId>ym-dynamic-datasource</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>