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

5 lines
176 B
INI

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