Commit 47fff43a by chenweisong

更新

parent 23d6895b
eureka:
client:
healthcheck:
enabled: true
registryFetchIntervalSeconds: 5
region: default
serviceUrl:
defaultZone: http://192.168.0.240:8081/eureka/
enabled: true
instance:
prefer-ip-address: false
hostname: 192.168.0.48
hystrix:
  command:
   default:
    execution:
     isolation:
      thread:
       timeoutInMilliseconds: 60000
spring:
application:
name: dataCollector
jpa:
show-sql: false
database-platform: org.hibernate.dialect.MySQL5Dialect
hibernate:
ddl-auto: update
datasource:
url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: test
password: test
hikari:
maximum-pool-size: 3
servlet:
multipart:
max-file-size: 20Mb
max-request-size: 100Mb
redis:
host: 192.168.0.192
port: 6379
session:
store-type: redis
redis:
namespace: cmb_dev
activiti:
check-process-definitions: false #关闭验证自动部署
server:
port: 8110
app:
active-process: MoreSubProcessStandard.bpmn
swagger2:
host: http://192.168.0.240:8762/api/datacollector
security:
authUser: root
authPwd: pwd
permit: false
\ No newline at end of file
...@@ -9,8 +9,7 @@ eureka: ...@@ -9,8 +9,7 @@ eureka:
enabled: true enabled: true
instance: instance:
prefer-ip-address: false prefer-ip-address: false
hostname: 192.168.0.48 hostname: 192.168.0.68
# hostname: 192.168.0.68
hystrix: hystrix:
  command:   command:
...@@ -28,7 +27,6 @@ spring: ...@@ -28,7 +27,6 @@ spring:
database-platform: org.hibernate.dialect.MySQL5Dialect database-platform: org.hibernate.dialect.MySQL5Dialect
hibernate: hibernate:
ddl-auto: update ddl-auto: update
#47.105.193.165:3306/dev0 192.168.0.192:3306/cmb_dev test test
datasource: datasource:
url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: test username: test
...@@ -41,7 +39,6 @@ spring: ...@@ -41,7 +39,6 @@ spring:
max-request-size: 100Mb max-request-size: 100Mb
redis: redis:
host: 192.168.0.192 host: 192.168.0.192
# host: 127.0.0.1
port: 6379 port: 6379
session: session:
store-type: redis store-type: redis
...@@ -56,8 +53,7 @@ app: ...@@ -56,8 +53,7 @@ app:
active-process: MoreSubProcessStandard.bpmn active-process: MoreSubProcessStandard.bpmn
swagger2: swagger2:
# host: localhost:8110 host: localhost:8110
host: http://192.168.0.240:8762/api/datacollector
security: security:
authUser: root authUser: root
......
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