yudiandemingzi / spring-boot-sharding-sphere

SpringBoot + ShardingSphere 实现读写分离 分库分表
362 stars 216 forks source link

URL库名配置问题 #5

Closed Valerie0521 closed 2 years ago

Valerie0521 commented 2 years ago

2022-02-21 10:41:47.612 ERROR 16900 --- [eate-1751751420] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql://localhost:3306/ms0?characterEncoding=utf-8, errorCode 1049, state 42000

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ms0'

这个地方应该是URL配置库名的时候把ds配成了ms?但是没有找到这个URL的位置,请问这个地方是在哪里配置的呢?