Skip to content

Commit 696e0df

Browse files
committed
fixup! Create spring-boot-liquibase module
1 parent 18d6819 commit 696e0df

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

spring-boot-project/spring-boot-autoconfigure-all/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,17 +2009,6 @@
20092009
}
20102010
]
20112011
},
2012-
{
2013-
"name": "spring.liquibase.change-log",
2014-
"providers": [
2015-
{
2016-
"name": "handle-as",
2017-
"parameters": {
2018-
"target": "org.springframework.core.io.Resource"
2019-
}
2020-
}
2021-
]
2022-
},
20232012
{
20242013
"name": "spring.mvc.converters.preferred-json-mapper",
20252014
"values": [

spring-boot-project/spring-boot-liquibase/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,18 @@
2929
"name": "spring.liquibase.ui-service",
3030
"defaultValue": "logger"
3131
}
32+
],
33+
"hints": [
34+
{
35+
"name": "spring.liquibase.change-log",
36+
"providers": [
37+
{
38+
"name": "handle-as",
39+
"parameters": {
40+
"target": "org.springframework.core.io.Resource"
41+
}
42+
}
43+
]
44+
}
3245
]
3346
}

0 commit comments

Comments
 (0)