When using Spring with Thymeleaf all my Cyrillic characters are shown as ?????
on pages.
Using
@RequestMapping(value = "/login", method = RequestMethod.GET, produces = "text/html; charset=utf-8")
as it was suggested here: https://mcmap.net/q/165569/-who-sets-response-content-type-in-spring-mvc-responsebody and here: https://mcmap.net/q/300481/-utf-8-encoding-problem-in-spring-mvc doesn't help.
How to solve this issue?