#spring.cloud.consul.discovery.scheme=https spring.cloud.consul.discovery.registerHealthCheck=true ##是否开启文件上传支持,默认为true spring.http.multipart.enabled=true #server.ssl.enabled=true #server.ssl.key-alias=smartms #server.ssl.key-store=classpath:fcae.jks #server.ssl.key-store-password=secret #server.ssl.key-password=password zuul.stripPrefix=false zuul.retryable=true zuul.addHostHeader=false zuul.sensitiveHeaders=false zuul.ignoredServices=configserver,eureka,gateway zuul.maxAutoRetries=1 zuul.maxAutoRetriesNextServer=1 ribbon.IsSecure=false #ribbon.readTimeout=20000 #ribbon.connectTimeout=60000 #ribbon.readTimeout=60000 ribbon.connectTimeout=240000 ribbon.readTimeout=240000 #断路器的超时时间,断路器的超时时间需要大于ribbon的超时时间,不然不会触发重试。 hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=300000 hystrix.command.default.execution.isolation.strategy=THREAD #ribbon请求连接的超时时间 ribbon.ConnectTimeout=240000 #请求处理的超时时间 ribbon.ReadTimeout=240000 #对所有操作请求都进行重试 ribbon.OkToRetryOnAllOperations=true #对当前实例的重试次数,Max number of retries on the same server (excluding the first try) ribbon.MaxAutoRetries=1 #对下个实例的重试次数 ribbon.MaxAutoRetriesNextServer=1 fae.ms.includes=\ simple,\ smartmsDemo,\ devops,\ i18n,\ job,\ workflow,\ lookup,\ menu,\ registry,\ security,\ attachment,\ zipkin,\ swagger,\ ms,\ hystrix,\ hystrix.stream,\ exweb,\ automation,\ system,\ systemtest1,\ systemtest2,\ mine,\ im,\ outside,\ activity,\ activitytest1,\ activitytest2,\ auth,\ authtest1,\ authtest2,\ app,\ apptest,\ apptest1,\ apptest2,\ web,\ webtest,\ webtest1,\ webtest2,\ webwch,\ company,\ companytest1,\ companytest2,\ config,\ configtest1,\ configtest2,\ message,\ news,\ newstest1,\ newstest2,\ point,\ pointtest,\ task,\ tasktest,\ union,\ uniontest,\ bbs,\ bbstest,\ party,\ test,\ youquweb,\ mall,\ interface,\ lisence,\ page,\ workflow,\ website,\ website1,\ website2 zuul.max.host.connections=500 zuul.host.socket-timeout-millis=240000 zuul.host.connect-timeout-millis=240000 zuul.routes.api.path=/swagger/** zuul.routes.api.serviceId=swagger zuul.routes.page.path=/page/** zuul.routes.page.serviceId=page #zuul.routes.web.path=/web/** #zuul.routes.web.serviceId=web #zuul.routes.web1.path=/**.html #zuul.routes.web1.serviceId=web #zuul.routes.web2.path=/ #zuul.routes.web2.serviceId=web zuul.routes.expertweb.path=/web/expertweb/** zuul.routes.expertweb.serviceId=expertweb zuul.routes.youquweb.path=/youquweb/** zuul.routes.youquweb.serviceId=youquweb #zuul.routes.static.path=/** #zuul.routes.static.url=http://10.128.151.5:443/services/page/static/ #zuul.routes.exweb.path=/youquweb/** #zuul.routes.exweb.serviceId=http://10.110.200.62:8080/ zuul.routes.zipkin.path=/zipkin/** zuul.routes.zipkin.serviceId=zipkin zuul.routes.zipkinStatic.path=/zipkinStatic/** zuul.routes.zipkinStatic.serviceId=zipkin ##需要鉴权的地址 #fae.filter=/,/index.html