dbm-gorm-diff 在 grails 4 中抛出命令未找到错误?

发布于 2025-01-09 10:13:14 字数 952 浏览 0 评论 0原文

我正在使用最新的数据库迁移插件并遵循文档

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

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文