We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT 1
Please answer these questions before submitting your issue. Thanks!
1.5.3
在spring boot注入数据源时,org.springframework.boot.actuate.health.DataSourceHealthIndicator会定时执行"SELECT 1"语言监测数据源的连通性 对于不指定表名的数据库访问能够直接访问默认数据源
抛出异常Cannot find table rule and default data source with logic tables: '[]' 导致spring的健康检查认为失败
db: { status: "DOWN", primaryDataSource: { status: "UP", database: "H2", hello: 1 }, multipleDS: { status: "DOWN", database: "H2", error: "com.dangdang.ddframe.rdb.sharding.exception.ShardingJdbcException: Cannot find table rule and default data source with logic tables: '[]'" } }
The text was updated successfully, but these errors were encountered:
fix #386
21816e5
fixed at 2.0.0.m1
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
Which version of Sharding-Jdbc do you using?
1.5.3
Expected behavior
在spring boot注入数据源时,org.springframework.boot.actuate.health.DataSourceHealthIndicator会定时执行"SELECT 1"语言监测数据源的连通性
对于不指定表名的数据库访问能够直接访问默认数据源
Actual behavior
抛出异常Cannot find table rule and default data source with logic tables: '[]'
导致spring的健康检查认为失败
The text was updated successfully, but these errors were encountered: