spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-registration: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-metering: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: validate hbm2ddl: import_files: auto: batch: job: enabled: true batch: resourceLocation: "file:target/libs/crss-settlement-task-validation-2.2.0.BUILD-SNAPSHOT.jar" maxWorkers: 2 partitionSize: tpBillingId: 10000 eps: 10000 rps: 10000 seinBillingId: 10000 logging: level: com.pemc: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug