DistributeTableStrategy增加getSource接口,待实现

This commit is contained in:
redkale
2024-01-06 12:19:16 +08:00
parent 87f46d2785
commit 81340be2e1
6 changed files with 93 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ redkale.datasource.platf.password = pwd123
</dependency>
```
&emsp;&emsp; 使用vertx-mysql-client实现, 需要依赖官方扩展包 ```redkale-plugins```
&emsp;&emsp; 异步场景可使用vertx-mysql-client实现, 需要依赖官方扩展包 ```redkale-plugins```
```xml
<dependency>
<groupId>org.redkalex</groupId>