when not specifying these 2 properties, it works, and all tables are created in the default schema.
but when these 2 properties are specified, this error occurs:
relation "xxx.databasechangeloglock" does not exist
how to reproduce, use this code: https://github.com/h3yzack/springboot3-liquibase-example
add
spring.liquibase.liquibase-schema: xxx
spring.liquibase.default-schema: xxx
to the properties file then rerun
I had to do some updates to the pom.xml and it worked. Basically upgraded to java version 21 + springboot 3.2.3:
After starting a postgresql docker instance it ran fine: