Liquibase和JPA好友使用Gradle
我正在尝试使用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
But in my IDE thats all I got:
I'm missing some gradle or liquibse configuration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我将liquibase依赖性宣布为:
当JPA伙伴扫描项目依赖性以进行可能集成时,我需要将liquibase依赖性更改为:
Ok, I had liquibase dependency declared as:
As JPA Buddy scans the project dependencies for possible integrations, I needed to change the liquibase dependency to: