1 Star 0 Fork 0

denghc/spring-cloud-config-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-rc.yml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
denghc 提交于 2020-03-23 16:00 . 配置文件修改
spring:
profiles: dev
application:
name: springcloud-resource-center
eureka:
client:
service-url:
defaultZone: http://localhost:8000/eureka
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 3000
server:
port: 7200
feign:
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
# 开启feign对hystrix的支持
hystrix:
enabled: true
info:
auth: denghc
app.name: springcloud-resource-center
app.desc: my first spring-cloud-openfeign-consumer app
company.name: www.denghc.com
company.addr: hangzhou china
# 开启actuator的hystrix.stream监控终端
management:
endpoints:
web:
exposure:
include: hystrix.stream
---
spring:
profiles: test
application:
name: springcloud-resource-center
eureka:
client:
service-url:
defaultZone: http://localhost:8000/eureka
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 3000
server:
port: 7200
feign:
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
# 开启feign对hystrix的支持
hystrix:
enabled: true
info:
auth: denghc
app.name: springcloud-resource-center
app.desc: my first spring-cloud-openfeign-consumer app
company.name: www.denghc.com
company.addr: hangzhou china
# 开启actuator的hystrix.stream监控终端
management:
endpoints:
web:
exposure:
include: hystrix.stream
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/denghc/spring-cloud-config-dev.git
git@gitee.com:denghc/spring-cloud-config-dev.git
denghc
spring-cloud-config-dev
spring-cloud-config-dev
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385