【发布时间】:2017-08-10 00:55:36
【问题描述】:
我将 Thymeleaf 3.0.3 与 Spring Boot 1.5.1 和 STS Bundle 3.8.1 一起使用。我的匈牙利语非 ASCII 字符显示不正确。 我在 application.properties 文件中有以下配置:
spring.thymeleaf.cache=false
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=utf-8
这些都是默认设置,但我想确保我的 Thymeleaf 配置正确。
我的网页字符集也是 utf-8,我在 Eclipse 中的文本编辑器也是如此。那么,我怎么会看到“...
【问题讨论】:
-
你的问题解决了吗?
标签: spring-boot utf-8 thymeleaf