spring boot + thymeleaf 乱码问题

时间:2021-01-11 06:24:07

spring boot + thymeleaf 乱码问题

hellotrms
发布于 2017/01/17 15:27
阅读 1K+
收藏 0

spring boot + thymeleaf ,现在一个简单的html页面都有乱码问题,(不是所有中文都是乱码,而是部分乱码)

配置如下:

spring:

  thymeleaf:

    prefix: classpath:/templates/

    suffix: .html

    mode: HTML5

    encoding: UTF-8

    content-type: text/html

    cache: false

以上配置应该是没问题的,还是会出现部分乱码情况

原文地址:https://www.oschina.net/question/2350780_2217792