huhaoshida opened a new issue #1821: 关于springboot application.properties中写数据库名称带下划线启动报错的问题 URL: https://github.com/apache/incubator-shardingsphere/issues/1821 sharding.jdbc.datasource.names=master_0,master_1 sharding.jdbc.datasource.master_0.type=com.alibaba.druid.pool.DruidDataSource sharding.jdbc.datasource.master_0.driver-class-name=com.mysql.jdbc.Driver sharding.jdbc.datasource.master_0.url=jdbc:mysql://xxx.xx.xx.xxx:3306/master_0 sharding.jdbc.datasource.master_0.username=root sharding.jdbc.datasource.master_0.password=123456
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
