spring boot + thymeleaf 乱码问题

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

猜你喜欢

转载自www.cnblogs.com/jpfss/p/11038634.html
今日推荐