1 Star 0 Fork 0

speckle/jffccloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jffccloud-gateway-dev.yml 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
speckle 提交于 2019-02-22 15:08 . 配置文件上传
spring:
http:
encoding:
charset: UTF-8
force: true
enabled: true
multipart:
enabled: true
max-request-size: 50MB
max-file-size: 50MB
zuul:
host:
socket-timeout-millis: 60000
connect-timeout-millis: 60000
forceOriginalQueryStringEncoding: true
routes:
auth-route:
path: /auth/**
sensitiveHeaders:
service-id: jffccloud-auth
ribbon:
eager-load:
enabled: true
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 2
OkToRetryOnAllOperations: false
ConnectTimeout: 10000
ReadTimeout: 10000
ord-route:
path: /ord/**
sensitiveHeaders:
service-id: jffccloud-provider-order
ribbon:
eager-load:
enabled: true
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 2
OkToRetryOnAllOperations: false
ConnectTimeout: 10000
ReadTimeout: 10000
usc-route:
path: /usc/**
sensitiveHeaders:
service-id: jffccloud-provider-user
ribbon:
eager-load:
enabled: true
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 2
OkToRetryOnAllOperations: false
ConnectTimeout: 10000
ReadTimeout: 10000
security:
oauth2:
client:
clientId: jffccloud-client-gateway
clientSecret: jffccloudClientSecret
access-token-uri: http://localhost:8000/oauth/token
user-authorization-uri: http://localhost:8000/oauth/authorize
resource:
id: jffccloud-client-gateway
user-info-uri: http://localhost:8000/user
prefer-token-info: false
jwt:
key-uri: http://localhost:8000/oauth/token_key
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/speckle23/jffccloud-config.git
git@gitee.com:speckle23/jffccloud-config.git
speckle23
jffccloud-config
jffccloud-config
master

搜索帮助