Index: .idea/sonarIssues.xml =================================================================== diff -u -r34090cfc2a88107fb21b103feddc36bc22c89834 -r615b67bf7915d72fbb2c22ae147c34a5e22ac0f7 --- .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 34090cfc2a88107fb21b103feddc36bc22c89834) +++ .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 615b67bf7915d72fbb2c22ae147c34a5e22ac0f7) @@ -928,6 +928,11 @@ + + + + + Index: standard/pom.xml =================================================================== diff -u -rceebde43ee42d9db196bd42e49373603c0a810e5 -r615b67bf7915d72fbb2c22ae147c34a5e22ac0f7 --- standard/pom.xml (.../pom.xml) (revision ceebde43ee42d9db196bd42e49373603c0a810e5) +++ standard/pom.xml (.../pom.xml) (revision 615b67bf7915d72fbb2c22ae147c34a5e22ac0f7) @@ -91,6 +91,27 @@ + + + dev + + true + + + dev + + + + operation + + false + + + operation + + + + Index: standard/project/pom.xml =================================================================== diff -u -rceebde43ee42d9db196bd42e49373603c0a810e5 -r615b67bf7915d72fbb2c22ae147c34a5e22ac0f7 --- standard/project/pom.xml (.../pom.xml) (revision ceebde43ee42d9db196bd42e49373603c0a810e5) +++ standard/project/pom.xml (.../pom.xml) (revision 615b67bf7915d72fbb2c22ae147c34a5e22ac0f7) @@ -26,25 +26,4 @@ UTF-8 - - - dev - - true - - - dev - - - - operation - - false - - - operation - - - - \ No newline at end of file Index: standard/project/web/src/main/resources/egovframework/egovProps/globals.properties =================================================================== diff -u -r64d16c3d9ac985cb7a19b8e9f38236ae765711eb -r615b67bf7915d72fbb2c22ae147c34a5e22ac0f7 --- standard/project/web/src/main/resources/egovframework/egovProps/globals.properties (.../globals.properties) (revision 64d16c3d9ac985cb7a19b8e9f38236ae765711eb) +++ standard/project/web/src/main/resources/egovframework/egovProps/globals.properties (.../globals.properties) (revision 615b67bf7915d72fbb2c22ae147c34a5e22ac0f7) @@ -19,139 +19,6 @@ # DB\uc11c\ubc84 \ud0c0\uc785(mysql, oracle) - datasource \ubc0f sqlMap \ud30c\uc77c \uc9c0\uc815\uc5d0 \uc0ac\uc6a9\ub428 Globals.DbType = oracle -# \uad8c\ud55c \uc778\uc99d\ubc29\uc2dd(session, security) - \uc0ac\uc6a9\uc790\uc758 \ub85c\uadf8\uc778\uc2dc \uc778\uc99d \ubc29\uc2dd\uc744 \uacb0\uc815\ud568 -# session : \uc138\uc158 \ubc29\uc2dd\uc73c\ub85c \uc0ac\uc6a9\uc790 \uad8c\ud55c\uc744 \uc778\uc99d\ud568 -# security : spring security \ubc29\uc2dd\uc73c\ub85c \uc0ac\uc6a9\uc790 \uad8c\ud55c\uc744 \uc778\uc99d\ud568 -Globals.Auth = security - -# \uc704\uc800\ub4dc \uc0ac\uc6a9\uc2dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub828 \uc124\uc815\uc744 \ubd88\ub7ec\uc634 -#mysql -Globals.mysql.DriverClassName=net.sf.log4jdbc.DriverSpy -#Globals.mysql.Url= ${database.url} -Globals.mysql.UserName = ${database.username} -Globals.mysql.Password = ${database.password} - -#oracle -Globals.oracle.DriverClassName=oracle.jdbc.driver.OracleDriver -Globals.oracle.Url= ${database.url} -Globals.oracle.UserName = ${database.username} -Globals.oracle.Password = ${database.password} - -#altibase -Globals.altibase.DriverClassName=Altibase.jdbc.driver.AltibaseDriver -Globals.altibase.Url= ${database.url} -Globals.altibase.UserName = ${database.username} -Globals.altibase.Password = ${database.password} - -#tibero -Globals.tibero.DriverClassName=com.tmax.tibero.jdbc.TbDriver -Globals.tibero.Url= ${database.url} -Globals.tibero.UserName = ${database.username} -Globals.tibero.Password = ${database.password} - -#cubrid -Globals.cubrid.DriverClassName=cubrid.jdbc.driver.CUBRIDDriver -Globals.cubrid.Url= ${database.url} -Globals.cubrid.UserName = ${database.username} -Globals.cubrid.Password = ${database.password} - -# MainPage Setting -Globals.MainPage = /EgovContent.do - -#\ud1b5\ud569\uba54\uc778\uba54\ub274 -#Globals.MainPage = /sym/mnu/mpm/EgovMainMenuHome.do - -# G4C \uc5f0\uacb0\uc6a9 IP (localhost) -#Globals.LocalIp = 127.0.0.2 - -# \ud658\uacbd\ud30c\uc77c \uc704\uce58 -Globals.ShellFilePath = globals.properties -Globals.ServerConfPath = conf/server.properties -Globals.ClientConfPath = conf/client.properties -Globals.FileFormatPath = conf/format.properties -Globals.GPKIConfPath = conf/gpki.properties -Globals.ConfPath = conf -Globals.MailRequestPath = mail/request/ -Globals.MailRResponsePath = mail/response/ -Globals.SMEConfigPath = conf/SMEConfig.properties - -# \ud658\uacbd\ud30c\uc77c \uc704\uce58 (jeus) -#Globals.ShellFilePath = globals.properties -#Globals.ServerConfPath = conf/server.properties -#Globals.ClientConfPath = conf/client.properties -#Globals.FileFormatPath = conf/format.properties -#Globals.GPKIConfPath = conf/gpki.properties -#Globals.ConfPath = conf -#Globals.fileStorePath = -#Globals.MailRequestPath = mail/request/ -#Globals.MailRResponsePath = mail/response/ -#Globals.SMEConfigPath = conf/SMEConfig.properties -#Globals.SynchrnServerPath = tmp/upload/ - -# WINDOWS\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4 -SHELL.WINDOWS.getHostName = prg/sh_001.bat -SHELL.WINDOWS.getDrctryByOwner = prg/getDrctryByOwner.bat -SHELL.WINDOWS.getDrctryOwner = prg/getDrctryOwner.bat -SHELL.WINDOWS.moveDrctry = prg/moveDrctry.bat -SHELL.WINDOWS.compileSchema = prg/compileSchema.bat -SHELL.WINDOWS.getDiskAttrb = prg/getDiskAttrb.bat -SHELL.WINDOWS.getDiskCpcty = prg/getDiskCpcty.bat -SHELL.WINDOWS.getDiskExst = prg/getDiskExst.bat - -# UNIX\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4 - \uac1c\ubc1cwas jeus\uc5d0\uc11c \uc0ac\uc6a9\ud560\ub54c \uae30\uc900 -SHELL.UNIX.getHostName = prg/sh_001.sh -SHELL.UNIX.getDrctryByOwner = prg/getDrctryByOwner.sh -SHELL.UNIX.getDrctryOwner = prg/getDrctryOwner.sh -SHELL.UNIX.getDrctryAccess = prg/getDrctryAccess.sh -SHELL.UNIX.getMountLc = prg/getMountLc.sh -SHELL.UNIX.getDiskName = prg/getNetWorkInfo.sh -SHELL.UNIX.moveDrctry = prg/moveDrctry.sh -SHELL.UNIX.compileSchema = prg/compileSchema.sh -SHELL.UNIX.getDiskAttrb = prg/getDiskAttrb.sh -SHELL.UNIX.getDiskCpcty = prg/getDiskCpcty.sh -SHELL.UNIX.getDiskExst = prg/getDiskExst.sh -SHELL.UNIX.getProcInfo = prg/getProcInfo.sh - -# LINUX\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4 - -# \uc5f0\uacc4 -# \uae30\uad00\ucf54\ub4dc\uc218\uc2e0\uc6a9(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568.) -CNTC.INSTTCODE.DIR.rcv = D:/tmp/test/rcv/ -CNTC.INSTTCODE.DIR.rcvold = D:/tmp/test/rcvold/ -CNTC.INSTTCODE.DIR.bin = D:/tmp/test/bin/ - -CNTC.INSTTCODE.CMD.edircv = gcc_edircv.bat -CNTC.INSTTCODE.CMD.edircvmsg = gcc_edircvmsg.bat - -CNTC.INSTTCODE.INFO.userid = USERID -CNTC.INSTTCODE.INFO.userpw = ****** - -# \ud30c\uc77c \uc5c5\ub85c\ub4dc \uacbd\ub85c(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568, \uacbd\ub85c \ub4a4\uc5d0 /\ub97c \ubd99\uc5ec \uc8fc\uc5b4\uc57c\ud568.) -Globals.fileStorePath = C:/egovframework/upload/ - -# \ud30c\uc77c \ub3d9\uae30\ud654 \ucef4\ud3ec\ub10c\ud2b8\uc5d0\uc11c \uc0ac\uc6a9\ud560 \ud30c\uc77c \uc5c5\ub85c\ub4dc \uacbd\ub85c(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568, \uacbd\ub85c \ub4a4\uc5d0 /\ub97c \ubd99\uc5ec \uc8fc\uc5b4\uc57c\ud568.) -Globals.SynchrnServerPath = C:/egovframework/upload/Synch/ - -# for JFile properties -system.uploadpath = C:/egovframework/upload/ -no.image.url = /resources/jfile/swfupload/images/no_img.gif -ftp.server.ip = 127.0.0.1 -ftp.user.id = test -ftp.user.password = test - -# Social(Facebook, Oauth \ucef4\ud3ec\ub10c\ud2b8 \uc0ac\uc6a9\uc2dc \ud65c\uc6a9) -facebook.appId = -facebook.appSecret = -twitter.consumerKey = -twitter.consumerSecret = - -#LDAP\uc870\uc9c1\ub3c4\uad00\ub9ac \ucef4\ud3ec\ub10c\ud2b8 \uc0ac\uc6a9\uc2dc LDAP\uc11c\ubc84\uc124\uc815\uc815\ubcf4 \ud544\uc694 -ldap.url = ldap://localhost:10389 -ldap.rootDn = c=kr -ldap.username = uid=admin,ou=system -ldap.password = secret - -## # Database configuration props database.driver=${database.driver} database.url=${database.url} Index: standard/project/web/src/main/resources/log4j2.xml =================================================================== diff -u -r64d16c3d9ac985cb7a19b8e9f38236ae765711eb -r615b67bf7915d72fbb2c22ae147c34a5e22ac0f7 --- standard/project/web/src/main/resources/log4j2.xml (.../log4j2.xml) (revision 64d16c3d9ac985cb7a19b8e9f38236ae765711eb) +++ standard/project/web/src/main/resources/log4j2.xml (.../log4j2.xml) (revision 615b67bf7915d72fbb2c22ae147c34a5e22ac0f7) @@ -1,66 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file