@@ -41,6 +41,7 @@ public class IndexServlet extends HttpServlet {
|
||||
}
|
||||
|
||||
response.setCharacterEncoding("UTF-8");
|
||||
response.setContentType("text/html;charset=UTF-8");
|
||||
try {
|
||||
template.process("index.html", model, response.getWriter());
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user