Liquibase和JPA好友使用Gradle

发布于 2025-02-08 06:49:06 字数 462 浏览 1 评论 0原文

我正在尝试使用JPA好友从我的实体中产生更改。

在此答案中,我可以看到Liquibase选项: https://stackoverflow.com/a/a/66516541/6047129

net/vtx1e.gif“ rel =“ nofollow noreferrer”>

”我得到的:

我缺少一些Gradle或Liquibse配置?

I'm trying to use JPA Buddy to generate changelogs from my entities.

In this answer I can see the Liquibase option:
https://stackoverflow.com/a/66516541/6047129

enter image description here

But in my IDE thats all I got:

enter image description here

I'm missing some gradle or liquibse configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不奢求什么 2025-02-15 06:49:06

好的,我将liquibase依赖性宣布为:

liquibaseRuntime 'org.liquibase:liquibase-core:4.11.0'

当JPA伙伴扫描项目依赖性以进行可能集成时,我需要将liquibase依赖性更改为:

implementation 'org.liquibase:liquibase-core:4.11.0'

Ok, I had liquibase dependency declared as:

liquibaseRuntime 'org.liquibase:liquibase-core:4.11.0'

As JPA Buddy scans the project dependencies for possible integrations, I needed to change the liquibase dependency to:

implementation 'org.liquibase:liquibase-core:4.11.0'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文