spring boot + thymeleaf garbage problem

spring boot + thymeleaf garbage problem

hellotrms Posted on 2017/01/17 15:27
Read 1K +
Collection 0

spring boot + thymeleaf, now a simple html page has a garbage problem, (not all Chinese are garbled, but partially garbled)

Configuration is as follows:

spring:
  thymeleaf:
    prefix: classpath:/templates/
    suffix: .html
    mode: HTML5
    encoding: UTF-8
    content-type: text/html
    cache: false

The above configuration should be no problem, or part of garbled happens

Original Address: https: //www.oschina.net/question/2350780_2217792

Guess you like

Origin www.cnblogs.com/jpfss/p/11038634.html