Update main branch to start work on 3.0.x

This commit is contained in:
Andy Wilkinson
2021-11-30 15:07:24 +00:00
parent cb6bd22043
commit e06b0d97f7
12 changed files with 112 additions and 12 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.7.xsd">
https://www.springframework.org/schema/layers/layers-3.0.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.7.xsd">
https://www.springframework.org/schema/layers/layers-3.0.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>