config(app): silence MustacheAutoConfiguration templates-dir warning

jmustache on the classpath (for alert notification templates) triggers
Spring Boot's MustacheAutoConfiguration, which warns about the missing
classpath:/templates/ folder we don't use. Disable its check.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-22 18:47:46 +02:00
parent eda74b7339
commit e6dcad1e07

View File

@@ -18,6 +18,8 @@ spring:
mvc: mvc:
async: async:
request-timeout: -1 request-timeout: -1
mustache:
check-template-location: false
jackson: jackson:
serialization: serialization:
write-dates-as-timestamps: false write-dates-as-timestamps: false