From 6089b957bdd34b8f20a09b3b948d5ab4c9977eba Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 21 Jul 2021 09:42:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=B6=A9=EB=8F=8C?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=9E=AC=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 209 +++++++++--------- .../nlib/security/SpringSecurityConfig.java | 4 + src/main/resources/nlib/nlib.properties | 8 + .../webapp/WEB-INF/tiles/tiles-layout.xml | 12 +- 4 files changed, 133 insertions(+), 100 deletions(-) diff --git a/pom.xml b/pom.xml index 70814dc0..c1eace59 100644 --- a/pom.xml +++ b/pom.xml @@ -1,114 +1,114 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 nlib - nlib - war - 1.0.0 - nlib - http://www.egovframe.go.kr + nlib + war + 1.0.0 + nlib + http://www.egovframe.go.kr - + The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt - - 4.3.16.RELEASE - 3.8.0 - 4.2.5.RELEASE - + + 4.3.16.RELEASE + 3.8.0 + 4.2.5.RELEASE + - - - mvn2 - http://repo1.maven.org/maven2/ - - true - - - true - - - - egovframe - http://www.egovframe.go.kr/maven/ - - true - - - false - - - - egovframe2 - http://maven.egovframe.kr:8080/maven/ - - true - - - false - - - + + + mvn2 + http://repo1.maven.org/maven2/ + + true + + + true + + + + egovframe + http://www.egovframe.go.kr/maven/ + + true + + + false + + + + egovframe2 + http://maven.egovframe.kr:8080/maven/ + + true + + + false + + + - - + + - egovframework.rte - egovframework.rte.ptl.mvc - ${egovframework.rte.version} - - - commons-logging - commons-logging - - + egovframework.rte + egovframework.rte.ptl.mvc + ${egovframework.rte.version} + + + commons-logging + commons-logging + + - egovframework.rte - egovframework.rte.psl.dataaccess - ${egovframework.rte.version} + egovframework.rte + egovframework.rte.psl.dataaccess + ${egovframework.rte.version} - egovframework.rte - egovframework.rte.fdl.idgnr - ${egovframework.rte.version} - - - egovframework.rte - egovframework.rte.fdl.property - ${egovframework.rte.version} - - + egovframework.rte + egovframework.rte.fdl.idgnr + ${egovframework.rte.version} + - javax.servlet - servlet-api - provided - 2.5 + egovframework.rte + egovframework.rte.fdl.property + ${egovframework.rte.version} - javax.servlet - jstl - 1.2 + javax.servlet + servlet-api + provided + 2.5 - taglibs - standard - 1.1.2 + javax.servlet + jstl + 1.2 - - org.antlr - antlr - 3.5 - - + + taglibs + standard + 1.1.2 + + + + org.antlr + antlr + 3.5 + + commons-codec commons-codec @@ -120,7 +120,7 @@ egovframework.rte.fdl.crypto ${egovframework.rte.version} - + commons-fileupload @@ -190,7 +190,18 @@ 3.3.0 - + + + com.fasterxml.jackson.core + jackson-core + 2.7.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.7.3 + + org.apache.tiles @@ -225,26 +236,26 @@ 2.11.4 - + - + install ${basedir}/target ${artifactId}-${version} - org.apache.tomcat.maven - tomcat7-maven-plugin - 2.2 - - 80 - / - - -Xms256m -Xmx768m -XX:MaxPermSize=256m - - - + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.2 + + 80 + / + + -Xms256m -Xmx768m -XX:MaxPermSize=256m + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/src/main/java/nlib/security/SpringSecurityConfig.java b/src/main/java/nlib/security/SpringSecurityConfig.java index d787ae43..16fc90b2 100644 --- a/src/main/java/nlib/security/SpringSecurityConfig.java +++ b/src/main/java/nlib/security/SpringSecurityConfig.java @@ -61,6 +61,10 @@ public class SpringSecurityConfig extends WebSecurityConfigurerAdapter { http.authorizeRequests() .antMatchers("/login/login*.do").permitAll() .antMatchers("/login/logout*.do").permitAll() + .antMatchers("/login/naver*.do").permitAll() + .antMatchers("/member/*.do").permitAll() + .antMatchers("/member/*.ajax").permitAll() + .antMatchers("/userInfo/*.do").permitAll() .antMatchers("/info/inform/*.do").permitAll() .antMatchers("/").permitAll() .antMatchers("/index.jsp").permitAll() diff --git a/src/main/resources/nlib/nlib.properties b/src/main/resources/nlib/nlib.properties index 59789f0b..a4cdce3c 100644 --- a/src/main/resources/nlib/nlib.properties +++ b/src/main/resources/nlib/nlib.properties @@ -46,3 +46,11 @@ fileupload.temp.subpath = /temp # \ubb3b\uace0\ub2f5\ud558\uae30 \uac8c\uc2dc\ud310 \uc11c\ube0c\uc704\uce58 : \ucca8\ubd80\ud30c\uc77c \ucd5c\uc0c1\uc704 \uc704\uce58 \uc774\ud558\uc758 \uc704\uce58 \uc815\ubcf4\ub97c \uc124\uc815 fileupload.bbs.qna.subpath = /bbs/qna +# \uba54\uc77c \uacbd\ub85c +mailing.sender.membership.template = C:/iams/workspace/nlib/src/main/webapp/mail/mail_template.html + +#\uba54\uc77c \ubcf4\ub0b4\ub294 \uc8fc\uc18c +mailing.sender.membership.email = no-reply@nlib.org + +#\uba54\uc77c \ubcf4\ub0b4\ub294\uc0ac\ub78c \uc774\ub984 +mailing.sender.membership.name = Nlib diff --git a/src/main/webapp/WEB-INF/tiles/tiles-layout.xml b/src/main/webapp/WEB-INF/tiles/tiles-layout.xml index 26dd24b0..f47231ad 100644 --- a/src/main/webapp/WEB-INF/tiles/tiles-layout.xml +++ b/src/main/webapp/WEB-INF/tiles/tiles-layout.xml @@ -10,6 +10,11 @@ + + + + + @@ -26,5 +31,10 @@ - + + + + + +