Start working on Spring Boot 3.3

This commit is contained in:
Andy Wilkinson
2024-01-04 10:56:56 +00:00
parent 0681d89c5c
commit 5ef7db9a28
14 changed files with 115 additions and 15 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-3.2.xsd">
https://www.springframework.org/schema/boot/layers/layers-3.3.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-3.2.xsd">
https://www.springframework.org/schema/boot/layers/layers-3.3.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-3.2.xsd">
https://www.springframework.org/schema/boot/layers/layers-3.3.xsd">
<application>
<into layer="my-layer" />
</application>