From 71754b3c94a9d1d873a8cbaf377921bf15f32123 Mon Sep 17 00:00:00 2001 From: thkim Date: Fri, 20 Feb 2026 11:15:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=84=B8=EC=85=98=EC=9D=84=20redis?= =?UTF-8?q?=EC=97=90=20=EC=A0=80=EC=9E=A5=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 25 +++++++++++++++++++ .../egovframework/spring/context-session.xml | 14 +++++++++++ src/main/webapp/WEB-INF/web.xml | 15 ++++++++++- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/egovframework/spring/context-session.xml diff --git a/pom.xml b/pom.xml index 864c4a73..7c26a6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -982,6 +982,31 @@ com-clipsoft-google 1.0.0 + + + org.springframework.session + spring-session-data-redis + 1.2.2.RELEASE + + + org.springframework.data + spring-data-redis + + + + + + org.springframework.data + spring-data-redis + 1.6.2.RELEASE + + + + redis.clients + jedis + 2.8.2 + + diff --git a/src/main/resources/egovframework/spring/context-session.xml b/src/main/resources/egovframework/spring/context-session.xml new file mode 100644 index 00000000..6eb7c117 --- /dev/null +++ b/src/main/resources/egovframework/spring/context-session.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c818bcdf..f9603a69 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -4,6 +4,19 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> geoinfo + + + + + springSessionRepositoryFilter + org.springframework.web.filter.DelegatingFilterProxy + + + springSessionRepositoryFilter + /* + + + encodingFilter org.springframework.web.filter.CharacterEncodingFilter @@ -23,7 +36,7 @@ multipartFilter org.springframework.web.multipart.support.MultipartFilter - + multipartFilter *.do