Otherwise, answering your question, if I am correc...
# spring
a
Otherwise, answering your question, if I am correct that you are using thymeleaf as spring boot dependency, maybe with:
Copy code
@Bean
fun ThymeleafViewResolver thymeleafViewResolver() {
    // ...
}
and override the properties there.