java-tutorials/persistence-modules/spring-jpa-2/allTenants/tenant_2.properties

5 lines
176 B
INI

name=tenant_2
datasource.url=jdbc:postgresql://localhost:5432/tenant2
datasource.username=postgres
datasource.password=123456
datasource.driver-class-name=org.postgresql.Driver