@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -36,7 +36,7 @@ public class LiquibaseProperties {
|
||||
/**
|
||||
* Change log configuration path.
|
||||
*/
|
||||
private String changeLog = "classpath:db/changelog/db.changelog-master.yaml";
|
||||
private String changeLog = "classpath:/db/changelog/db.changelog-master.yaml";
|
||||
|
||||
/**
|
||||
* Comma-separated list of runtime contexts to use.
|
||||
|
||||
@@ -964,7 +964,7 @@
|
||||
"name": "liquibase.change-log",
|
||||
"type": "java.lang.String",
|
||||
"description": "Change log configuration path.",
|
||||
"defaultValue": "classpath:db/changelog/db.changelog-master.yaml",
|
||||
"defaultValue": "classpath:/db/changelog/db.changelog-master.yaml",
|
||||
"deprecation": {
|
||||
"replacement": "spring.liquibase.change-log",
|
||||
"level": "error"
|
||||
|
||||
Reference in New Issue
Block a user