1 Star 0 Fork 0

浮世绘/微服务配置

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configserver-test.yml 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
浮世绘 提交于 2019-05-04 00:09 . config server 配置文件
spring:
application:
name: config-application
cloud:
config:
server:
git:
###git环境地址
uri: https://gitee.com/liyumark/config.git
####搜索目录 仓库目录
search-paths:
- config
####读取分支
label: master
server:
port: 8888
eureka:
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: http://localhost:9200/eureka
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyumark/SpringCloud.git
git@gitee.com:liyumark/SpringCloud.git
liyumark
SpringCloud
微服务配置
master

搜索帮助