mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
test:多数据源配置
This commit is contained in:
parent
d7bdc2aea0
commit
30efebf6ae
@ -49,6 +49,8 @@ fun main() {
|
|||||||
dataSources {
|
dataSources {
|
||||||
// dataSource(FlexConsts.NAME,dataSource)
|
// dataSource(FlexConsts.NAME,dataSource)
|
||||||
FlexConsts.NAME of dataSource
|
FlexConsts.NAME of dataSource
|
||||||
|
// "dataSource1" of dataSource
|
||||||
|
// "dataSource2" of dataSource
|
||||||
}
|
}
|
||||||
// + dataSource
|
// + dataSource
|
||||||
}.start()
|
}.start()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user