Spring Legacy Project 한글 깨짐 해결

Spring Legacy Project 한글 깨짐 해결

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ page session="false" %> Home Hello world! The time on the server is ${serverTime}.

같이 home.jsp를 수정해준다.

encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 encodingFilter /*

또한 web.xml에 필터 맵핑을 추가해준다.

from http://dyk1005.tistory.com/83 by ccl(A) rewrite - 2021-12-03 19:27:44