spring: crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_dataflow username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_meterprocess username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_nmms username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 jpa: show-sql: false generate-ddl: true open-in-view: false properties: hibernate: # generate_statistics: true dialect: org.hibernate.dialect.PostgreSQLDialect ddl-auto: none hbm2ddl: auto: none profiles: include: mesos cloud: deployer: mesos: chronos: apiEndpoint: http://master.mesos/service/chronos/v1 memory: 1024 task: initialize: enable: false batch: initializer: enabled: false cache: jcache: config: ehcache3.xml redis: host: redis.marathon.l4lb.thisdcos.directory port: 6379 logging: level: com.pemc: debug # org.hibernate.stat: debug batch: # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml chunkSize: 100 maxWorkers: 10 partitionSize: stl: 10000