flywaydb无法连接mysql db

时间:2015-06-16 14:15:22

标签: java mysql hibernate jpa

我正在尝试使用Java应用程序使用flywaydb迁移我的数据库。我正在通过代码

flwayObj = new FlyWay()
flywayObj.setDataSource("jdbc:mysql://127.0.0.1:3306/mydb", "user", "pass");
flywayObj.setLocations("location");
flywayObj.migrate()

但是我收到以下错误

Unable to connect to the database. Configure the url, user and password!

我知道它们是正确的,因为它是相同的url用户并传递hibernate和jpa正在使用。应该不能连接?

0 个答案:

没有答案