admin管理员组文章数量:1295296
I recently migrated my project from Spring Boot 2.2.7 to 3.2.4 and started encountering several Liquibase errors, such as:
"Can't parse the changeset" "Can't alter the table" These errors did not occur with the previous version. I have tried using Liquibase 4.24.0, which is supposed to be compatible with Spring Boot 3, but the issues persist. There is no documentation mentioning any changes that could cause these errors.
Here are the dependencies I am using:
implementation(".liquibase:liquibase-core")
implementation(".mariadb.jdbc:mariadb-java-client")
Has anyone faced similar issues or can provide guidance on how to resolve these errors?
Additional Information:
The same schema and change sets were working fine with Spring Boot 2.2.7. I have ensured that Liquibase 4.24.0 is compatible with Spring Boot 3, but still no luck. Any help would be greatly appreciated!
本文标签: Liquibase Errors After Migrating from Spring Boot 227 to 324Stack Overflow
版权声明:本文标题:Liquibase Errors After Migrating from Spring Boot 2.2.7 to 3.2.4 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741616294a2388542.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论