1 Star 0 Fork 0

长安一梦 / springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
springcloud-config-server-7003.yml 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈天子 提交于 2020-10-27 09:29 . 2020/10/27
server:
port: 7003
spring:
application:
name: springcloud-config-server-7003
# 连接远程仓库
cloud:
config:
server:
git:
# 对应码云上的下载地址,使用https,不是SSH
# https://gitee.com/changan_dream/springcloud-config.git
uri: https://gitee.com/changan_dream/springcloud-config.git
username: changanyimeng@outlook.com
password: whosyourdaddy!16
clone-on-start: true
eureka:
client:
register-with-eureka: true #注册到Eureka的注册中心
service-url:
defaultZone: http://localhost:7001/eureka/
instance:
instance-id: springcloud-config-server-7003
Java
1
https://gitee.com/changan_dream/springcloud-config.git
git@gitee.com:changan_dream/springcloud-config.git
changan_dream
springcloud-config
springcloud-config
master

搜索帮助