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