|
|
@@ -0,0 +1,74 @@
|
|
|
+spring:
|
|
|
+ crss-dataflow:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
|
|
|
+ username: crss_dataflow
|
|
|
+ password: crss_dataflow
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ crss-main:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: crss_meterprocess
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ crss-nmms:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_nmms
|
|
|
+ username: crss_nmms
|
|
|
+ password: crss_nmms
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ jpa:
|
|
|
+ show-sql: true
|
|
|
+ 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
|
|
|
+ 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.type: trace
|
|
|
+ org.hibernate.stat: debug
|
|
|
+
|
|
|
+batch:
|
|
|
+ resourceLocation: ${resourceLocation}
|
|
|
+ chunkSize: 100
|
|
|
+ maxWorkers: 10
|
|
|
+ partitionSize:
|
|
|
+ stl: 10000
|