SyntaxFix
Write A Post
Hire A Developer
Questions
Depending on how you render your view, you may also need:
@Bean public StringHttpMessageConverter stringHttpMessageConverter() { return new StringHttpMessageConverter(Charset.forName("UTF-8")); }