|
@@ -5,14 +5,13 @@ spring:
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
|
|
+ maxPoolSize: 20
|
|
|
crss-registration:
|
|
crss-registration:
|
|
|
datasource:
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
|
|
|
|
|
- username: crss_reg
|
|
|
|
|
- password: crss_reg
|
|
|
|
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
|
|
|
|
|
+ username: postgres
|
|
|
|
|
+ password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@@ -24,52 +23,47 @@ spring:
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
|
|
+ maxPoolSize: 20
|
|
|
crss-main:
|
|
crss-main:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
|
|
+ maxPoolSize: 20
|
|
|
crss-metering:
|
|
crss-metering:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
|
|
+ maxPoolSize: 20
|
|
|
crss-nmms:
|
|
crss-nmms:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
|
|
+ maxPoolSize: 20
|
|
|
crss-dataflow:
|
|
crss-dataflow:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
username: postgres
|
|
username: postgres
|
|
|
password: postgres
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
|
|
+ connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
maxPoolSize: 20
|
|
|
- test-on-borrow: true
|
|
|
|
|
- validation-query: SELECT 1
|
|
|
|
|
|
|
|
|
|
jpa:
|
|
jpa:
|
|
|
show-sql: false
|
|
show-sql: false
|
|
|
generate-ddl: true
|
|
generate-ddl: true
|
|
|
properties:
|
|
properties:
|
|
|
hibernate:
|
|
hibernate:
|
|
|
- generate_statistics: false
|
|
|
|
|
|
|
+ generate_statistics: true
|
|
|
dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
|
ddl-auto: validate
|
|
ddl-auto: validate
|
|
|
hbm2ddl:
|
|
hbm2ddl:
|
|
@@ -79,6 +73,10 @@ spring:
|
|
|
job:
|
|
job:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
|
|
|
|
|
|
|
+ redis:
|
|
|
|
|
+ host: localhost
|
|
|
|
|
+ port: 6379
|
|
|
|
|
+
|
|
|
logging:
|
|
logging:
|
|
|
level:
|
|
level:
|
|
|
com.pemc: DEBUG
|
|
com.pemc: DEBUG
|