代码拉取完成,页面将自动刷新
同步操作将从 徐刘根/springcloud-demo 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#springcloud-config
1、使用的依赖版本有要求的,这里使用的是:
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
<spring-cloud.version>Dalston.SR3</spring-cloud.version>
2、访问的方式为:http://localhost:8080/springcloudconfig/dev/master,返回的格式为:
{
name: "springcloudconfig",
profiles: [
"dev"
],
label: "master",
version: "b35671e5862798d571e2a6a6fbacb93ad7191d47",
state: null,
propertySources: [
{
name: "https://git.oschina.net/xuliugen/spring-cloud-config/configs/springcloudconfig-dev.yml",
source: {
profile: "profile-dev"
}
},
{
name: "https://git.oschina.net/xuliugen/spring-cloud-config/configs/springcloudconfig.yml",
source: {
document: "profile:profile"
}
}
]
}
3、另外,还可以这样访问:http://localhost:8080/springcloudconfig-prod.json
{
document: "profile:profile",
profile: "profile-prod"
}
document: profile:profile
profile: profile-prod
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。