@@ -1,10 +1,10 @@
spring:
crss-nmms:
datasource:
+ driverClassName: "${spring.datasource.driverClassName}"
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
username: crss_nmms
password: crss_nmms
- driverClassName: org.postgresql.Driver
dataflow:
url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
@@ -30,3 +30,9 @@ spring:
password: crss_settlement
driverClassName: org.postgresql.Driver
+sftp:
+ credentials:
+ username: pemc
+ password: 123qwe
+ host: 192.168.233.3
+ port: 2222
@@ -31,7 +31,7 @@ spring:
validation-query: SELECT 1
jpa:
- show-sql: false
+ show-sql: true
hibernate:
ddl-auto: none
properties:
@@ -31,6 +31,14 @@ spring:
redis:
database: 4
+ jpa:
+
+logging:
+ level:
+ com.pemc.crss: DEBUG
+ org.springframework.cloud: DEBUG
batch:
maxWorkers: 20
partitionSize:
@@ -68,8 +68,8 @@ batch:
chunkSize: 100
maxWorkers: 15
- gap: 2000
- mq: 1500
+ gap: 10
+ mq: 100000
ssla: 1500
report: 1
@@ -45,6 +45,11 @@ spring:
test-on-borrow: true
+ cloud:
+ deployer:
+ local:
+ deleteFilesOnExit: false
show-sql: false
generate-ddl: true
@@ -28,7 +28,7 @@ sftp:
privateKey:
- resourceLocation: "file:target/libs/crss-settlement-task-file-gen-addtlcomp-2.0.0.RC6.jar"
+ resourceLocation: "file:target/libs/crss-settlement-task-file-gen-addtlcomp-2.1.0.BUILD-SNAPSHOT.jar"
@@ -18,11 +18,12 @@ spring:
username: crss_meterprocess
password: crss_meterprocess
profiles:
- include: mesos
+ include: mesos
cloud:
deployer:
mesos:
chronos:
memory: 2048
- cpu: 0.5
+ cpu: 0.5
@@ -42,11 +42,11 @@ spring:
deleteFilesOnExit: false
- resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.0.0.RC6.jar"
+ resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.1.0.BUILD-SNAPSHOT.jar"
maxWorkers: 2
- amsSp: 5
+ amsSp: 1500
amsInv: 10
amsMf: 10
energyStl: 10
@@ -18,11 +18,13 @@ spring: