123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- server.port = 8903
- 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
- logging.level.cn.efunbox.api.impl = 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.weixin
- 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
- kafka.host=192.168.1.18:9092
|