|
|
@@ -1,10 +1,7 @@
|
|
|
spring:
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
- username: postgres
|
|
|
- password: postgres
|
|
|
- driverClassName: org.postgresql.Driver
|
|
|
+ driverClassName: com.edb.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 2
|
|
|
test-on-borrow: true
|
|
|
@@ -14,7 +11,7 @@ spring:
|
|
|
generate-ddl: false
|
|
|
properties:
|
|
|
hibernate:
|
|
|
- generate_statistics: true
|
|
|
+ generate_statistics: false
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
ddl-auto: none
|
|
|
hbm2ddl:
|
|
|
@@ -25,15 +22,11 @@ spring:
|
|
|
job:
|
|
|
enabled: false
|
|
|
|
|
|
- redis:
|
|
|
- host: localhost
|
|
|
- port: 6379
|
|
|
-
|
|
|
#liquibase:
|
|
|
# change-log: classpath:/db/db.changelog-master.xml
|
|
|
|
|
|
server:
|
|
|
- port: 9092
|
|
|
+ port: 8082
|
|
|
undertow:
|
|
|
accesslog:
|
|
|
dir: target
|
|
|
@@ -52,7 +45,7 @@ logging:
|
|
|
org.hibernate.stat: debug
|
|
|
|
|
|
dataflow:
|
|
|
- url: http://localhost:9393
|
|
|
+ url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
|
|
|
|
|
|
sftp:
|
|
|
credentials:
|