Initiate layers-2.6

See gh-27326
This commit is contained in:
Stephane Nicoll
2021-07-14 14:48:23 +02:00
parent b393031dbe
commit 6f4d8449be
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/boot/layers/layers-2.5.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.6.xsd">
<dependencies>
<into layer="my-deps" />
</dependencies>

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/boot/layers/layers-2.5.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.6.xsd">
<application>
<into layer="my-resources">
<include>META-INF/resources/**</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/boot/layers/layers-2.5.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.6.xsd">
<application>
<into layer="my-layer" />
</application>