diff --git a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 7658d09d7cc..0bcfed3c8c6 100644 --- a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -942,6 +942,16 @@ "replacement": "spring.session.jdbc.initialize-schema", "level": "error" } + }, + { + "name": "spring.thymeleaf.content-type", + "type": "org.springframework.util.MimeType", + "description": "Content-Type value.", + "defaultValue": "text/html", + "deprecation": { + "replacement": "spring.thymeleaf.servlet.content-type", + "level": "error" + } } ],"hints": [ {