1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- server.port = 8905
- eureka.instance.preferIpAddress = true
- endpoints.sensitive = true
- endpoints.info.enabled = true
- endpoints.restart.enabled = false
- endpoints.shutdown.enabled = false
- endpoints.health.enabled = true
- endpoints.flyway.enabled = false
- endpoints.logfile.enabled = true
- spring.mvc.throw-exception-if-no-handler-found=true
- spring.resources.add-mappings=false
- logging.level.root = INFO
- logging.level.cn.efunbox.afw.web.mvc.interceptor.AbstractRequestBodyInterceptor = DEBUG
- eureka.instance.leaseRenewalIntervalInSeconds = 30
- eureka.instance.leaseExpirationDurationInSeconds = 90
- eureka.client.enabled = true
- eureka.client.serviceUrl.defaultZone = http://eureka.efunbox.cn:8761/eureka/
- eureka.client.register-with-eureka = true
- eureka.client.fetch-registry = true
- spring.redis.host=192.168.1.86
- spring.redis.hostName=192.168.1.86
- spring.redis.port=6379
- spring.redis.password=otttest
- spring.redis.timeout=3000
- spring.redis.pool.max-idle=8
- spring.redis.pool.min-idle=0
- spring.redis.pool.max-active=8
- spring.redis.pool.max-wait=-1
- spring.redis.key.prefix= web.zuul
- spring.cloud.loadbalancer.retry.enabled=true
- hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=100000
- ribbon.ConnectTimeout=2500
- ribbon.ReadTimeout=3000
- ribbon.OkToRetryOnAllOperations=true
- ribbon.MaxAutoRetries=1
- ribbon.MaxAutoRetriesNextServer=1
|