简体   繁体   English

Spring Boot 中的 Liquibase 更改日志

[英]Liquibase change-log in Spring Boot

I'm trying to figure out how the project works.我想弄清楚这个项目是如何运作的。 It uses Liquibase:它使用 Liquibase:

在此处输入图片说明

The problem is that the .yaml file is not in the classpath folder so it's not accessible.问题是 .yaml 文件不在类路径文件夹中,因此无法访问。 Error:错误:

在此处输入图片说明

How to let Spring Boot know where is the change-log?如何让 Spring Boot 知道更改日志在哪里?

Use property name as使用属性名称作为

spring.liquibase.changeLog spring.liquibase.changeLog

not不是

liquibase.changeLog liquibase.changeLog

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

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