mirror of
https://github.com/Example-uPagge/multiple-databases-spring-boot.git
synced 2024-06-14 16:52:26 +03:00
13 lines
307 B
YAML
13 lines
307 B
YAML
app:
|
|
dbone:
|
|
datasource:
|
|
class-driver: org.h2.Driver
|
|
username: sa
|
|
password: password
|
|
url: jdbc:h2:mem:dbh2
|
|
dbtwo:
|
|
datasource:
|
|
class-driver: org.postgresql.Driver
|
|
username: postgres
|
|
password: 121314Ma
|
|
url: jdbc:postgresql://localhost:5432/dbpostgres |