From 8ccaa51a2ff1bfacdbab1a8c4a5307df6da4f1d4 Mon Sep 17 00:00:00 2001 From: hiphop5782 Date: Fri, 4 Dec 2020 11:24:38 +0900 Subject: [PATCH] =?UTF-8?q?nexacro=20=EC=84=A4=EC=A0=95=ED=8C=8C=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nexacro-spring/readme.md | 3 +- .../appServlet/nexacro-servlet-context.xml | 90 +++++++++++++++++++ .../webapp/WEB-INF/spring/nexacro-context.xml | 14 +++ 3 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 nexacro-spring/src/main/webapp/WEB-INF/spring/appServlet/nexacro-servlet-context.xml create mode 100644 nexacro-spring/src/main/webapp/WEB-INF/spring/nexacro-context.xml diff --git a/nexacro-spring/readme.md b/nexacro-spring/readme.md index 87111b3..fc3cc43 100644 --- a/nexacro-spring/readme.md +++ b/nexacro-spring/readme.md @@ -10,4 +10,5 @@ - nexacro dependency 추가 3. [web.xml](./src/main/webapp/WEB-INF/web.xml) 설정 - nexacro 설정 파일 추가 - \ No newline at end of file +4. [nexacro-context.xml](./src/main/webapp/WEB-INF/nexacro-context.xml) 설정 + - applicationContextProvider 설정 \ No newline at end of file diff --git a/nexacro-spring/src/main/webapp/WEB-INF/spring/appServlet/nexacro-servlet-context.xml b/nexacro-spring/src/main/webapp/WEB-INF/spring/appServlet/nexacro-servlet-context.xml new file mode 100644 index 0000000..9dc7160 --- /dev/null +++ b/nexacro-spring/src/main/webapp/WEB-INF/spring/appServlet/nexacro-servlet-context.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nexacro-spring/src/main/webapp/WEB-INF/spring/nexacro-context.xml b/nexacro-spring/src/main/webapp/WEB-INF/spring/nexacro-context.xml new file mode 100644 index 0000000..ca1f0d4 --- /dev/null +++ b/nexacro-spring/src/main/webapp/WEB-INF/spring/nexacro-context.xml @@ -0,0 +1,14 @@ + + + + + + +