简体   繁体   English

从Liquibase变更集中获取输出SQL

[英]Get the output SQL from a Liquibase changeset

I'm having a SQL syntax error when my Spring Boot application tries to start. 我的Spring Boot应用程序尝试启动时出现SQL语法错误。 It cannot instantiate the SpringLiquibase bean, because the outputed SQL of a changeset is leading to a syntax error. 它无法实例化SpringLiquibase bean,因为更改集的输出SQL会导致语法错误。 I need to check the SQL generated from Liquibase in order to find what's wrong. 我需要检查从Liquibase生成的SQL以找出错误。 How can I do that? 我怎样才能做到这一点?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM