spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=settlement username: crss_settlement password: crss_settlement driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=metering username: crss_metering password: crss_metering driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=nmms username: crss_nmms password: crss_nmms driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow driverClassName: org.postgresql.Driver maximumPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 profiles: include: mesos cloud: deployer: mesos: chronos: memory: 2500 cpu: 1 constraints: rack,EQUAL,rack-daily task: initialize: enable: false batch: initializer: enabled: false job: enabled: true jpa: show-sql: false generate-ddl: false properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: none hbm2ddl: import_files: logging: level: com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug