add data source config to service a and b
This commit is contained in:
@ -2,10 +2,15 @@ server:
|
||||
port: 8085
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://85.198.8.43:7832/mmrztest
|
||||
username: mmrz
|
||||
password: fEWp7g44rHf8
|
||||
driver-class-name: oracle.jdbc.OracleDriver
|
||||
url: jdbc:oracle:thin:@//localhost:1521
|
||||
username: test
|
||||
password: test
|
||||
|
||||
# driver-class-name: org.postgresql.Driver
|
||||
# url: jdbc:postgresql://85.198.8.43:7832/mmrztest
|
||||
# username: mmrz
|
||||
# password: fEWp7g44rHf8
|
||||
# Uncomment below to use localhost config instead
|
||||
# url: jdbc:postgresql://localhost:5432/version
|
||||
# username: cloud
|
||||
@ -16,6 +21,7 @@ spring:
|
||||
|
||||
liquibase:
|
||||
change-log: classpath:db/changelog/liquibase-master.xml
|
||||
default-schema: TEST
|
||||
|
||||
sql:
|
||||
init:
|
||||
|
@ -2,10 +2,15 @@ server:
|
||||
port: 8087
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://85.198.8.43:7832/mmrztest
|
||||
username: mmrz
|
||||
password: fEWp7g44rHf8
|
||||
driver-class-name: oracle.jdbc.OracleDriver
|
||||
url: jdbc:oracle:thin:@//localhost:1521
|
||||
username: test2
|
||||
password: test2
|
||||
# datasource:
|
||||
# driver-class-name: org.postgresql.Driver
|
||||
# url: jdbc:postgresql://85.198.8.43:7832/mmrztest
|
||||
# username: mmrz
|
||||
# password: fEWp7g44rHf8
|
||||
# Uncomment below to use localhost config instead
|
||||
# url: jdbc:postgresql://localhost:5432/version
|
||||
# username: cloud
|
||||
@ -16,6 +21,7 @@ spring:
|
||||
|
||||
liquibase:
|
||||
change-log: classpath:db/changelog/liquibase-master.xml
|
||||
default-schema: TEST2
|
||||
|
||||
sql:
|
||||
init:
|
||||
|
Reference in New Issue
Block a user