Commit 26a93adc by chenweisong

更新

parent b2441d0d
...@@ -24,9 +24,6 @@ hystrix: ...@@ -24,9 +24,6 @@ hystrix:
spring: spring:
application: application:
name: dataCollector name: dataCollector
http:
multipart:
location: /data/upload_tmp
jpa: jpa:
show-sql: false show-sql: false
database-platform: org.hibernate.dialect.MySQL5Dialect database-platform: org.hibernate.dialect.MySQL5Dialect
...@@ -57,6 +54,14 @@ spring: ...@@ -57,6 +54,14 @@ spring:
check-process-definitions: false # 关闭验证自动部署 check-process-definitions: false # 关闭验证自动部署
server: server:
port: 8110 port: 8110
tomcat:
remote-ip-header: x-forward-for
uri-encoding: UTF-8
max-threads: 1000
max-http-header-size: 8096
#核心代码,设置tomcat的basedir
basedir: ${user.home}/tomcat/tmp
app: app:
default-bpmn-file: SubProcessStandard.bpmn default-bpmn-file: SubProcessStandard.bpmn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment