加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hello-dev.yml 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChrisMou 提交于 2020-08-03 22:07 . update hello-dev.yml.
server:
rabbitmq:
host: localhost
spring:
application:
# 当前应用的服务名称(服务id)
name: hello-service
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:1111/eureka
user:
name: jerry
management:
endpoints:
web:
exposure:
# 开启刷新端点
include: *
# 开启刷新端点 如果开启bus-refresh有问题,可以开启所有端点 include: "*"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化