spring: crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_nmms username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 jpa: show-sql: false generate-ddl: false open-in-view: false properties: hibernate: # generate_statistics: true dialect: org.hibernate.dialect.PostgreSQLDialect ddl-auto: none hbm2ddl: auto: none cloud: task: initialize: enable: false batch: initializer: enabled: false cache: jcache: config: ehcache3.xml redis: host: localhost port: 6379 logging: level: com.pemc: debug # org.hibernate.stat: debug batch: # resourceLocation: "file:target/libs/crss-meterprocess-task-stlready-1.0.0.BUILD-SNAPSHOT.jar" chunkSize: 100 maxWorkers: 10 partitionSize: stl: 10000