diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 9b9da74..09dae30 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -18,6 +18,23 @@ spring: thymeleaf: cache: false +ems: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: EMSAPP + password: EMSAPP123! + + +gateway: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: AGWAPP + password: AGWAPP123! + portal: auth-virtual-code: 654321 diff --git a/src/main/resources/logback-debug.xml b/src/main/resources/logback-debug.xml index 9edde75..a322856 100644 --- a/src/main/resources/logback-debug.xml +++ b/src/main/resources/logback-debug.xml @@ -2,7 +2,7 @@ - + @@ -47,14 +47,16 @@ - + - + + + @@ -65,7 +67,7 @@ - - - + + + \ No newline at end of file