|
@@ -10,7 +10,9 @@ spring:
|
|
|
validation-query: SELECT 1
|
|
validation-query: SELECT 1
|
|
|
crss-main:
|
|
crss-main:
|
|
|
datasource:
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
|
|
|
|
|
|
|
+ #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
|
|
|
|
|
+ #table-partitioning db. for testing partitioned table feature
|
|
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
|
|
|
username: crss_meterprocess
|
|
username: crss_meterprocess
|
|
|
password: crss_meterprocess
|
|
password: crss_meterprocess
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|