您的位置:首页 > 其它

错误中学习--Connections could not be acqu 4000 ired from the underlying database

2017-06-14 16:12 477 查看
用ssh框架做单元测试,报错如下:

Connections could not be acquired from the underlying database

查找了大半个小时,才发现数据库连接地址有误:

正确写法:jdbc.url=jdbc:mysql://127.0.0.1:3306/hibernate

mysql:后面少写了两个斜杠

心好累
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐