mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
update docs/zh/core/multi-datasource.md.
如果 ds2 和 other 是相同的数据库连接,可以避免重复配置。否则,如果它们是代表不同的数据源,需要检查并调整以确保它们指向正确的数据库。 Signed-off-by: jeseee <desiasd@qq.com>
This commit is contained in:
parent
d6cb94b3e2
commit
0d7261a784
@ -238,7 +238,7 @@ mybatis-flex:
|
|||||||
password: 123456
|
password: 123456
|
||||||
other:
|
other:
|
||||||
type: com.your.datasource.type2
|
type: com.your.datasource.type2
|
||||||
url: jdbc:mysql://127.0.0.1:3306/db2
|
url: jdbc:mysql://127.0.0.1:3306/db3
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: 123456
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user