test:多数据源配置

This commit is contained in:
kamosama 2023-08-09 12:58:36 +08:00
parent d7bdc2aea0
commit 30efebf6ae

View File

@ -49,6 +49,8 @@ fun main() {
dataSources {
// dataSource(FlexConsts.NAME,dataSource)
FlexConsts.NAME of dataSource
// "dataSource1" of dataSource
// "dataSource2" of dataSource
}
// + dataSource
}.start()