|
@@ -12,8 +12,8 @@ spring:
|
|
|
crss-meterprocess:
|
|
crss-meterprocess:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
|
|
|
- username: stl_crss_meterprocess
|
|
|
|
|
- password: stl_crss_meterprocess
|
|
|
|
|
|
|
+ username: crss_settlement
|
|
|
|
|
+ password: crss_settlement
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@@ -21,8 +21,8 @@ spring:
|
|
|
crss-main:
|
|
crss-main:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
|
|
|
- username: stl_crss_meterprocess
|
|
|
|
|
- password: stl_crss_meterprocess
|
|
|
|
|
|
|
+ username: crss_settlement
|
|
|
|
|
+ password: crss_settlement
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@@ -30,8 +30,8 @@ spring:
|
|
|
crss-metering:
|
|
crss-metering:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_metering
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_metering
|
|
|
- username: stl_crss_metering
|
|
|
|
|
- password: stl_crss_metering
|
|
|
|
|
|
|
+ username: crss_settlement
|
|
|
|
|
+ password: crss_settlement
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@@ -39,8 +39,8 @@ spring:
|
|
|
crss-nmms:
|
|
crss-nmms:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_nmms
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_nmms
|
|
|
- username: stl_crss_nmms
|
|
|
|
|
- password: stl_crss_nmms
|
|
|
|
|
|
|
+ username: crss_settlement
|
|
|
|
|
+ password: crss_settlement
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@@ -60,11 +60,12 @@ spring:
|
|
|
generate-ddl: true
|
|
generate-ddl: true
|
|
|
properties:
|
|
properties:
|
|
|
hibernate:
|
|
hibernate:
|
|
|
- generate_statistics: true
|
|
|
|
|
|
|
+ generate_statistics: false
|
|
|
dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
|
- ddl-auto: validate
|
|
|
|
|
|
|
+ ddl-auto: none
|
|
|
hbm2ddl:
|
|
hbm2ddl:
|
|
|
- import_files:
|
|
|
|
|
|
|
+ auto: none
|
|
|
|
|
+
|
|
|
|
|
|
|
|
batch:
|
|
batch:
|
|
|
job:
|
|
job:
|