腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
4
回答
:错误:没有这样的标签:主
、
、
、
、
"profiles": "default" "error": "org.springframework.
cloud
.
config
.
server
.environment.NoSuchLabelException
浏览 6
提问于2020-10-23
得票数 1
回答已采纳
1
回答
在GIT中使用
Spring
cloud
config
读取配置时出现问题
、
、
、
我遵循了来自
spring
.io的
Spring
cloud
配置示例。正在尝试使用git从属性文件中读取属性。我尝试了Stackoverflow中给出的类似问题的建议,但它不起作用。profiles: native
config
: native:---
浏览 88
提问于2018-08-07
得票数 0
回答已采纳
1
回答
无法将服务器与远程Git集成
、
、
我有一个带有
Spring
的简单配置服务器,它是用
spring
-
cloud
-
config
-
server
启动器创建的。这是我的application.yaml文件:
cloud
:
server
: uri: https://github.com/
spring
-
cloud
-sa
浏览 27
提问于2018-05-28
得票数 4
7
回答
使用没有Git回购的
、
、
、
我试图用application.properties中的本地目录来测试它:但我得到了以下错误: file://path/to/src/main/resources/
config
-repo j
浏览 0
提问于2015-10-16
得票数 42
回答已采纳
2
回答
propertySources显示为空(
Spring
Cloud
Config
)
、
、
、
我正在尝试学习
Spring
Cloud
。所以我使用
Spring
Starter创建了一个新项目(一个非常基本的项目) 我的application.properties配置如下:
server
.port=9090
spring
.
cloud
.
config
.
server
.native.searchLocations(据我所知),但是当我点击URL http://localhost:9090/
config
浏览 231
提问于2021-07-09
得票数 0
回答已采纳
1
回答
具有保管库令牌的
Spring
配置服务器不遵守保管库中定义的acl
、
我有
spring
config
server
和vault作为后端。我在vault中使用acl策略创建了一个令牌。当我在
spring
.
cloud
.
config
.token中使用令牌时,它不遵守acl
spring
: name: app1
cloud
: uri: https://
config</em
浏览 11
提问于2019-07-11
得票数 0
回答已采纳
1
回答
从
Spring
cloud
config
服务器的GIT repo中获取
文件名
列表
、
、
、
我使用的是带有GIT的
Spring
cloud
config
server
,它和预期的一样工作良好。有没有可以获取所有
文件名
的API?如果没有,另一种方法是什么?
浏览 2
提问于2019-10-09
得票数 0
1
回答
Spring
Cloud
Config
- Git后端
、
、
我浏览了
Spring
的文档,我学到的是
Spring
更喜欢使用Git作为配置存储库,因为它支持标签/分支等等,而且它也是
Spring
的默认选项。
浏览 1
提问于2022-01-25
得票数 0
2
回答
JHipster注册表如何配置git用户名和密码
--
spring
.
cloud
.
config
.
server
.composite.0.type=git --
spring
.
cloud
.
config
.
server
.composite.0.uri=http:我试过了:--
spring
.
cloud
.
config
.
server
.git.uri= --
spring
.
cloud
.
config
浏览 10
提问于2019-08-30
得票数 1
3
回答
Spring
Cloud
Server
为同一应用程序提供多个属性文件
- datasource.properties - jms.properties 如何将所有属性移动到
spring
配置服务器拾取的这个文件似乎是通过使用
spring
.application.name解析的。
浏览 0
提问于2019-02-08
得票数 1
1
回答
Spring
Cloud
Config
Server
自定义
文件名
、
、
、
如何指定一个
spring
引导应用程序来访问我的
Spring
Cloud
Config
Server
中的其他文件中的特定.properties文件。我的
Spring
Cloud
Config
有以下文件:application.properties、order-dev.properties、inventory-dev.properties,我所有的数据库和消息属性都在
浏览 13
提问于2019-06-03
得票数 2
回答已采纳
2
回答
从托管在GitHub上的
Spring
Cloud
Config
Server
访问repo时的身份验证问题
、
、
、
、
my-user/my-repo:我用来定位repo的属性是
spring
.
cloud
.
config
.
server
.git.uri
浏览 0
提问于2016-10-08
得票数 12
回答已采纳
2
回答
第一次引导
spring
云配置
、
、
、
、
另一方面,在配置客户机bootstrap.properties中,我提供了
spring
.
cloud
.
config
.uri=,它定位了配置服务器并从中提取配置。/groupId> </dependency>>
sprin
浏览 6
提问于2016-04-14
得票数 3
回答已采纳
2
回答
服务-客户端不工作
、
spring
: name:
config
-client
config
: security:
spring
: application:name:
config
-
s
浏览 1
提问于2017-08-18
得票数 1
2
回答
Spring
Cloud
Config
over
Spring
Cloud
Config
、
我们想使用
Spring
Cloud
Consul进行服务发现,我的学院正在推动使用
Spring
Cloud
Config
over
Spring
Cloud
Config
的想法,我之前已经在相关项目中实现了这一想法为了在
Spring
Cloud
Consul
Config
中支持相同的功能,似乎需要重新发明已经在
Spring
Cloud
Config</em
浏览 7
提问于2015-11-17
得票数 16
2
回答
带有本机存储库的
Spring
嵌入式
Config
服务器
、
、
、
通过不使用@EnableConfigServer注释(设置为
spring
.
cloud
.
config
.
server
.bootstrap=true),可以完全关闭端点。将下列依赖项添加到pom.xml中
spring
: bootstrap:
浏览 3
提问于2021-09-15
得票数 3
1
回答
如何配置
Spring
Cloud
Config
Server
使用克隆的配置文件
、
、
、
config
.source=Local
Cloud
Server
#just to check where
config
come fromencrypt.key=xxxxxxxxxxxxxx
spring
.profiles.active=staging# Git Backend
spring
.<em
浏览 8
提问于2021-09-20
得票数 0
4
回答
Spring
云配置服务器ssh到bitbucket问题
、
、
、
、
(JGitEnvironmentRepository.java:320) ~[
spring
-
cloud
-
config
-
server
-3.1.0.jar!(JGitEnvironmentRepository.java:262) ~[
spring
-
cloud
-
config
-
server
-3.1.0.jar!(EnvironmentController.java:132) [
spring
-
cloud
-
config<
浏览 31
提问于2021-12-09
得票数 2
6
回答
spring
配置服务器-用于本地git存储库
、
、
、
、
我正在尝试设置
spring
cloud
配置服务器使用我的服务的类路径链接源属性文件对其进行-linked-hitting url: 导致错误: org.springframework.
cloud
.
config
.
server
.environment.NoSuchLabelExce
浏览 31
提问于2019-07-30
得票数 0
5
回答
原因:无法解决org.eclipse.jgit.api.errors.RefNotFoundException:参考母版
、
、
=
config
-
server
spring
.
cloud
.
config
.
server
.git.clone-on-start=tr
浏览 5
提问于2021-05-03
得票数 13
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
在 Golang 项目中使用 Spring Cloud Config Server 管理配置
Spring Cloud Config 配置中心
译:Spring Cloud Config:Git 后端
Spring Cloud Config 从入门到精通
Spring Cloud Config 开发指南 3
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券