1 Star 0 Fork 0

小凡111/configxf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
orderservice-dev.yml 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
小凡111 提交于 2023-11-21 10:24 . a
server:
port: 8081
spring:
application:
name: orderservice
eureka:
client:
service-url:
defaultZone: http://localhost:9999/eureka
register-with-eureka: true
fetch-registry: true
feign:
httpclient:
# 开启httpclient
enabled: true
compression: # fegin请求开启
request:
# 开启请求压缩
enabled: true
# 配置压缩支持的 MIME TYPE
mime-types: text/xml,application/xml,application/json
# 配置压缩数据大小的下限
min-request-size: 2048
response:
# 开启响应压缩
enabled: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaofan-111/configxf.git
git@gitee.com:xiaofan-111/configxf.git
xiaofan-111
configxf
configxf
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385