Upgrade samples to Spring Boot 2.7.0-M3

This also makes the necessary changes for the Thymeleaf Layout Dialect 3.0 update.

Closes gh-2046
This commit is contained in:
Eleftheria Stein
2022-03-29 15:33:08 +02:00
parent 63f1c7bf6f
commit 8d2276341f
6 changed files with 9 additions and 4 deletions

View File

@@ -2,3 +2,7 @@ logging:
level:
org.springframework.data.mongodb: DEBUG
org.springframework.session: DEBUG
spring:
mongodb:
embedded:
version: 3.4.3