Start work on Spring Boot 3.5

This commit is contained in:
Andy Wilkinson
2025-01-06 15:29:25 +00:00
parent 383f1964e6
commit 214e0281a9
11 changed files with 111 additions and 11 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-3.3.xsd">
https://www.springframework.org/schema/layers/layers-3.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-3.3.xsd">
https://www.springframework.org/schema/layers/layers-3.5.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>