Merge branch '2.5.x'

Closes gh-27326
This commit is contained in:
Stephane Nicoll
2021-07-14 14:43:39 +02:00
6 changed files with 105 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<layers xmlns="http://www.springframework.org/schema/boot/layers"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
https://www.springframework.org/schema/layers/layers-2.4.xsd">
https://www.springframework.org/schema/layers/layers-2.5.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>

View File

@@ -1,7 +1,7 @@
<layers xmlns="http://www.springframework.org/schema/boot/layers"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
https://www.springframework.org/schema/layers/layers-2.4.xsd">
https://www.springframework.org/schema/layers/layers-2.5.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>