刚开始使用Flyway和Spring 3.0.到目前为止,我所做的只是将Flyway依赖项和插件添加到我的pom.xml中.接下来,我尝试在命令行中运行mvn flyway:status.但是,它抱怨它无法实例化jdbc驱动程序(我正在使用postgres).
有人知道是什么原因引起的吗?我正在使用Springsource Tool Suite开发我的应用程序. postgres驱动程序位于WEB-INF / lib / postgresql-9.1-902.jdbc4.jar下
任何帮助是极大的赞赏!谢谢!
最佳答案
原文链接:https://www.f2er.com/spring/431636.html