/*
* OS: Windows 10
* STS Version: sts-3.9.5.RELEASE
* Project: Spring MVC
* Title: jsp 파일에 한글 설정
*/
jsp 파일에 한글 처리
새로운 jsp 파일을 생성하면 적용됨.
-- test.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
</body>
</html>
728x90
'Framework > Spring' 카테고리의 다른 글
[Spring] MySQL 연결시 root-context.xml 에서의 url 관련 SQLException (0) | 2019.03.27 |
---|---|
[Spring MVC] Eclipse 에서 Import 하기 (0) | 2018.09.03 |
[Spring MVC] web.xml 한글 처리 (0) | 2018.09.02 |
[Spring] Error: context:annotation-config, context 네임스페이스 사용하기 (0) | 2018.09.01 |
[Spring] main 함수에서 getBean 사용 (0) | 2018.08.31 |