misskeyjoy commented on issue #11250:
URL:
https://github.com/apache/shardingsphere/issues/11250#issuecomment-918163357
Use below code, configure one additional data source
// 配置真实数据源
// 这里有个bug 配置 一个 DataSource 的时候,启动很慢,
Map<String, DataSource> dataSourceMap = ImmutableMap.of("ds0",
hikariDataSource,"ds1",hikariDataSource);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]