|
|
@@ -7,7 +7,7 @@ spring:
|
|
|
password: lbgg1i2Y
|
|
|
driverClassName: com.edb.Driver
|
|
|
connectionTimeout: 10000
|
|
|
- maxPoolSize: 5
|
|
|
+ maximumPoolSize: 5
|
|
|
jpa:
|
|
|
show-sql: false
|
|
|
generate-ddl: false
|
|
|
@@ -23,7 +23,7 @@ spring:
|
|
|
enabled: false
|
|
|
|
|
|
server:
|
|
|
- port: 9094
|
|
|
+ port: 8084
|
|
|
undertow:
|
|
|
accesslog:
|
|
|
dir: target
|
|
|
@@ -41,7 +41,7 @@ logging:
|
|
|
org.apache.http: DEBUG
|
|
|
|
|
|
dataflow:
|
|
|
- url: http://localhost:9393
|
|
|
+ url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
|
|
|
|
|
|
job:
|
|
|
maxRun: 1
|