dbm-gorm-diff 在 grails 4 中抛出命令未找到错误?
我正在使用最新的数据库迁移插件并遵循文档
https:// grails.github.io/grails-database-migration/latest/index.html
Grails 版本是 4.0.10,数据库迁移版本
implementation 'org.grails.plugins:database-migration:4.0.0'
就像入门中所建议的那样,我已将依赖项
https://grails.github.io/grails-database-migration/ latest/index.html#gettingStarted
我还添加了 liquibase 依赖项。
implementation 'org.liquibase:liquibase-core:4.6.2'
当我运行 dbm-gorm-diff 时,它说找不到命令,如下所示。
它说
我很感激任何关于为什么 dbm-gorm-diff 不能在最新的数据库迁移插件上工作的见解。它在我之前使用的 grails 2 上运行良好。谢谢!
I am using the latest database migration plugin and following the documentation
https://grails.github.io/grails-database-migration/latest/index.html
The grails version is 4.0.10 and the db migration version is
implementation 'org.grails.plugins:database-migration:4.0.0'
Just like suggested in the getting started i have put the dependencies
https://grails.github.io/grails-database-migration/latest/index.html#gettingStarted
I have also put the liquibase dependency.
implementation 'org.liquibase:liquibase-core:4.6.2'
when i run dbm-gorm-diff, it says command not found as shown below.
it says
I appreciate any insights into why dbm-gorm-diff is not working on the latest db migration plugin. It works fine on grails 2 which i was using before. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论