update docs/zh/core/multi-datasource.md.

如果 ds2 和 other 是相同的数据库连接,可以避免重复配置。否则,如果它们是代表不同的数据源,需要检查并调整以确保它们指向正确的数据库。


Signed-off-by: jeseee <desiasd@qq.com>
This commit is contained in:
jeseee 2024-06-17 09:47:25 +00:00 committed by Gitee
parent d6cb94b3e2
commit 0d7261a784
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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
``` ```