|
@@ -38,7 +38,7 @@ spring:
|
|
|
spring:
|
|
spring:
|
|
|
profiles: dev
|
|
profiles: dev
|
|
|
dba:
|
|
dba:
|
|
|
- url: jdbc:oracle:thin:@192.168.253.12:1521:orcl
|
|
|
|
|
|
|
+ url: jdbc:oracle:thin:@10.1.81.2:1521:orcl
|
|
|
username: UAS
|
|
username: UAS
|
|
|
password: select!#%*(
|
|
password: select!#%*(
|
|
|
---
|
|
---
|
|
@@ -46,4 +46,4 @@ spring:
|
|
|
profiles: prod
|
|
profiles: prod
|
|
|
datasource:
|
|
datasource:
|
|
|
primary:
|
|
primary:
|
|
|
- url: jdbc:h2:file:~/data/uas_database;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
|
|
|
|
|
|
|
+ url: jdbc:h2:file:~/data/uas_database;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE;AUTO_RECONNECT=TRUE
|