Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 grails2.3.7 和 hibernate4。但是,默认的数据库迁移插件不适用于 hibernate4。有没有其他插件可以做同样的事情但支持hibernate4?
谢谢。
根据您可以不使用的功能,您可以在项目中直接使用 Liquibase。设置相当简单。您可以使用我提供的手册或演示文稿来帮助您入门。
您始终可以查看数据库迁移插件的源代码,以便在遇到困难时为您提供有关如何设置它的线索。
该插件现已更新以支持 hibernate4。
数据库迁移