Index: pom.xml =================================================================== diff -u -r68cdff99681c404221c796987da6fdd571f702bc -rf359b227d8c725416b1034d650b9393fd95e7cbb --- pom.xml (.../pom.xml) (revision 68cdff99681c404221c796987da6fdd571f702bc) +++ pom.xml (.../pom.xml) (revision f359b227d8c725416b1034d650b9393fd95e7cbb) @@ -10,7 +10,7 @@ 4.0.0 313devgrp standard-project - 19.02.07 + 19.02.08 pom standard-project Index: web-module/pom.xml =================================================================== diff -u -r68cdff99681c404221c796987da6fdd571f702bc -rf359b227d8c725416b1034d650b9393fd95e7cbb --- web-module/pom.xml (.../pom.xml) (revision 68cdff99681c404221c796987da6fdd571f702bc) +++ web-module/pom.xml (.../pom.xml) (revision f359b227d8c725416b1034d650b9393fd95e7cbb) @@ -7,7 +7,7 @@ 313devgrp standard-project - 19.02.07 + 19.02.08 ../pom.xml Index: web-module/profiles/dev/support.properties =================================================================== diff -u -r68cdff99681c404221c796987da6fdd571f702bc -rf359b227d8c725416b1034d650b9393fd95e7cbb --- web-module/profiles/dev/support.properties (.../support.properties) (revision 68cdff99681c404221c796987da6fdd571f702bc) +++ web-module/profiles/dev/support.properties (.../support.properties) (revision f359b227d8c725416b1034d650b9393fd95e7cbb) @@ -1,6 +1,6 @@ # Database configuration props database.driver=oracle.jdbc.driver.OracleDriver -database.url=jdbc:oracle:thin:@192.168.25.40:1521:orcl +database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl database.username=TEST_DB database.password=TEST_DB_1234 Index: web-module/profiles/operation/support.properties =================================================================== diff -u -r68cdff99681c404221c796987da6fdd571f702bc -rf359b227d8c725416b1034d650b9393fd95e7cbb --- web-module/profiles/operation/support.properties (.../support.properties) (revision 68cdff99681c404221c796987da6fdd571f702bc) +++ web-module/profiles/operation/support.properties (.../support.properties) (revision f359b227d8c725416b1034d650b9393fd95e7cbb) @@ -1,7 +1,6 @@ # Database configuration props database.driver=oracle.jdbc.driver.OracleDriver -# Kubernetes reason. -database.url=jdbc:oracle:thin:@192.168.25.40:1521:orcl +database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl database.username=OPERATION_DB database.password=OPERATION_DB_1234