|
|
@@ -5,18 +5,25 @@ spring:
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 10
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 10
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 10
|
|
|
+
|
|
|
+ jpa:
|
|
|
+ show-sql: false
|
|
|
+ generate-ddl: false
|
|
|
|
|
|
batch:
|
|
|
job:
|