From 7b4befd88334e0c62ffc4ea4cc14217328e0309a Mon Sep 17 00:00:00 2001 From: SeoJin Kim Date: Mon, 10 Aug 2020 12:36:36 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=9C=EA=B8=80=20=ED=99=98=EA=B2=B0?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - web.xml 수정 - 프로젝트.properties 수정 --- VamPa/src/main/webapp/WEB-INF/web.xml | 19 +++++++++++++++++++ .../maven/com.vam/controller/pom.properties | 2 +- VamPa_MySQL/src/main/webapp/WEB-INF/web.xml | 19 +++++++++++++++++++ .../maven/com.vam/controller/pom.properties | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/VamPa/src/main/webapp/WEB-INF/web.xml b/VamPa/src/main/webapp/WEB-INF/web.xml index c9975d5..79ca86a 100644 --- a/VamPa/src/main/webapp/WEB-INF/web.xml +++ b/VamPa/src/main/webapp/WEB-INF/web.xml @@ -30,4 +30,23 @@ / + + encodingFilter + + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + UTF-8 + + + forceEncoding + true + + + + encodingFilter + /* + + diff --git a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties index 957c124..8a0070f 100644 --- a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties +++ b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Mon Aug 10 12:30:35 KST 2020 +#Mon Aug 10 12:33:28 KST 2020 version=1.0.0-BUILD-SNAPSHOT groupId=com.vam m2e.projectName=VamPa diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/web.xml b/VamPa_MySQL/src/main/webapp/WEB-INF/web.xml index c9975d5..79ca86a 100644 --- a/VamPa_MySQL/src/main/webapp/WEB-INF/web.xml +++ b/VamPa_MySQL/src/main/webapp/WEB-INF/web.xml @@ -30,4 +30,23 @@ / + + encodingFilter + + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + UTF-8 + + + forceEncoding + true + + + + encodingFilter + /* + + diff --git a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties index 2cc14a7..950bdb1 100644 --- a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties +++ b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Mon Aug 10 12:30:56 KST 2020 +#Mon Aug 10 12:33:37 KST 2020 version=1.0.0-BUILD-SNAPSHOT groupId=com.vam m2e.projectName=VamPa_MySQL