Index: pom.xml
===================================================================
diff -u -rc3027731229ab9aae3fabcf4879362cda309344a -r68cdff99681c404221c796987da6fdd571f702bc
--- pom.xml (.../pom.xml) (revision c3027731229ab9aae3fabcf4879362cda309344a)
+++ pom.xml (.../pom.xml) (revision 68cdff99681c404221c796987da6fdd571f702bc)
@@ -10,7 +10,7 @@
4.0.0
313devgrp
standard-project
- 19.02.06
+ 19.02.07
pom
standard-project
Index: web-module/pom.xml
===================================================================
diff -u -rc3027731229ab9aae3fabcf4879362cda309344a -r68cdff99681c404221c796987da6fdd571f702bc
--- web-module/pom.xml (.../pom.xml) (revision c3027731229ab9aae3fabcf4879362cda309344a)
+++ web-module/pom.xml (.../pom.xml) (revision 68cdff99681c404221c796987da6fdd571f702bc)
@@ -7,7 +7,7 @@
313devgrp
standard-project
- 19.02.06
+ 19.02.07
../pom.xml
@@ -94,7 +94,7 @@
jar
false
${project.build.directory}/classes
- **/*.class, **/*.xml, **/*.properties
+ **/*.properties, **/*.class, **/*.xml
Index: web-module/profiles/dev/support.properties
===================================================================
diff -u -r0fb44798806f6b84267d40c5eba7de3f0e481ca7 -r68cdff99681c404221c796987da6fdd571f702bc
--- web-module/profiles/dev/support.properties (.../support.properties) (revision 0fb44798806f6b84267d40c5eba7de3f0e481ca7)
+++ web-module/profiles/dev/support.properties (.../support.properties) (revision 68cdff99681c404221c796987da6fdd571f702bc)
@@ -1,6 +1,6 @@
# Database configuration props
database.driver=oracle.jdbc.driver.OracleDriver
-database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl
+database.url=jdbc:oracle:thin:@192.168.25.40:1521:orcl
database.username=TEST_DB
database.password=TEST_DB_1234
Index: web-module/profiles/operation/support.properties
===================================================================
diff -u -r0fb44798806f6b84267d40c5eba7de3f0e481ca7 -r68cdff99681c404221c796987da6fdd571f702bc
--- web-module/profiles/operation/support.properties (.../support.properties) (revision 0fb44798806f6b84267d40c5eba7de3f0e481ca7)
+++ web-module/profiles/operation/support.properties (.../support.properties) (revision 68cdff99681c404221c796987da6fdd571f702bc)
@@ -1,6 +1,7 @@
# Database configuration props
database.driver=oracle.jdbc.driver.OracleDriver
-database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl
+# Kubernetes reason.
+database.url=jdbc:oracle:thin:@192.168.25.40:1521:orcl
database.username=OPERATION_DB
database.password=OPERATION_DB_1234