Index: core-module/src/main/resources/META-INF/egovframework/egovProps/globals.properties =================================================================== diff -u -r5206a8c0cf2f07f88c8754f2e082624254d18691 -r633577a62f7346eae6f950c0ee145e49e61409b4 --- core-module/src/main/resources/META-INF/egovframework/egovProps/globals.properties (.../globals.properties) (revision 5206a8c0cf2f07f88c8754f2e082624254d18691) +++ core-module/src/main/resources/META-INF/egovframework/egovProps/globals.properties (.../globals.properties) (revision 633577a62f7346eae6f950c0ee145e49e61409b4) @@ -14,38 +14,38 @@ #----------------------------------------------------------------------- # \uC6B4\uC601\uC11C\uBC84 \uD0C0\uC785(WINDOWS, UNIX) -Globals.OsType=${profile.Globals.OsType} +Globals.OsType = UNIX # DB\uC11C\uBC84 \uD0C0\uC785(mysql, oracle) - datasource \uBC0F sqlMap \uD30C\uC77C \uC9C0\uC815\uC5D0 \uC0AC\uC6A9\uB428 -Globals.DbType=${profile.Globals.DbType} +Globals.DbType = oracle # Database configuration props -database.driver=${profile.database.driver} -database.url=${profile.database.url} -database.username=${profile.database.username} -database.password=${profile.database.password} +database.driver=oracle.jdbc.driver.OracleDriver +database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl +database.username=OPERATION_DB +database.password=OPERATION_DB_1234 # hibernate props -hibernate.dialect=${profile.hibernate.dialect} -hibernate.show.sql=${profile.hibernate.show.sql} -hibernate.hbm2ddl.auto=${profile.hibernate.hbm2ddl.auto} +hibernate.dialect=org.hibernate.dialect.Oracle10gDialect +hibernate.show.sql=true +hibernate.hbm2ddl.auto=none # facebook provider details -facebook.api.key=${profile.facebook.api.key} -facebook.api.secret=${profile.facebook.api.secret} +facebook.api.key=1956209994613987 +facebook.api.secret=5a123e748228cb7cbbd1bda69a56ca68 # twitter provider details -twitter.api.key=${profile.twitter.api.key} -twitter.api.secret=${profile.twitter.api.secret} +twitter.api.key=kBcdXhCEQcTE8wz5zxliQCJX6 +twitter.api.secret=6qiXptqIR1rHyWirlK1Alrk2FXiccyOk0dc2paZRUyjkJqI1IL # linkedin provider details -linkedin.api.key=${profile.linkedin.api.key} -linkedin.api.secret=${profile.linkedin.api.secret} +linkedin.api.key=75ileo93c5xmr5 +linkedin.api.secret=pUdw0kH9ggnj9QQE # google provider details -google.api.key=${profile.google.api.key} -google.api.secret=${profile.google.api.secret} +google.api.key=463154592024-iht57o90m3n3f13mk40jddumv22i6nj3.apps.googleusercontent.com +google.api.secret=8l3t8aeJUeyubwarJ_OBtfCd -Globals.fileStorePath=${profile.Globals.fileStorePath} -Globals.SynchrnServerPath=${profile.Globals.SynchrnServerPath} -system.uploadpath=${profile.Globals.uploadpath} \ No newline at end of file +Globals.fileStorePath = /web/upload/File/ +Globals.SynchrnServerPath = /web/upload/Synch/ +system.uploadpath = /web/upload/ \ No newline at end of file Index: pom.xml =================================================================== diff -u -r50f723c04542ed8f69f0968e6dabd0134d5d90b0 -r633577a62f7346eae6f950c0ee145e49e61409b4 --- pom.xml (.../pom.xml) (revision 50f723c04542ed8f69f0968e6dabd0134d5d90b0) +++ pom.xml (.../pom.xml) (revision 633577a62f7346eae6f950c0ee145e49e61409b4) @@ -25,7 +25,7 @@ UTF-8 - 18.12.3 + 18.12.4 yyMMdd_HHmm ${maven.build.timestamp} false Index: web-module/profiles/dev/support.properties =================================================================== diff -u -r5206a8c0cf2f07f88c8754f2e082624254d18691 -r633577a62f7346eae6f950c0ee145e49e61409b4 --- web-module/profiles/dev/support.properties (.../support.properties) (revision 5206a8c0cf2f07f88c8754f2e082624254d18691) +++ web-module/profiles/dev/support.properties (.../support.properties) (revision 633577a62f7346eae6f950c0ee145e49e61409b4) @@ -14,7 +14,7 @@ #----------------------------------------------------------------------- # \uC6B4\uC601\uC11C\uBC84 \uD0C0\uC785(WINDOWS, UNIX) -profile.Globals.OsType = WINDOWS +profile.Globals.OsType = UNIX # DB\uC11C\uBC84 \uD0C0\uC785(mysql, oracle) - datasource \uBC0F sqlMap \uD30C\uC77C \uC9C0\uC815\uC5D0 \uC0AC\uC6A9\uB428 profile.Globals.DbType = oracle