Empty repository的SVN工程在Spring Cloud Config下的问题

我们的SVN库在创建的时候使用了空库(推荐方式)创建的,这样就没有 trunk, branches, tags这些文件夹,也就是下面这个向导页的时候选择的是 Empty repository (recommended option):


这样我们的工程是这个样子的:


在配置 Spring Cloud Config 的客户端的时候我们需要配置下面四个属性:

spring.application.name=
spring.cloud.config.profile=
spring.cloud.config.label=
spring.cloud.config.uri=
除了 label 不知道怎么设置外,其他的都知道怎么配置,结果就是没办法找到 Spring boot 工程资源目录下的 properties 文件。通过 error stack 找到报错的代码:

而且 label 不可以为空,这里也就很明了,资源文件的查询路径是通过拼接的方式构建的。我就把资源文件 plato-dev.properties 文件从 src/main/resources 拷贝一份到 src 目录下并 commit 到 svn server,然后Config Client  的 bootstrap.properties 的写法如下:

spring.application.name=plato
spring.cloud.config.profile=dev
spring.cloud.config.label=src
spring.cloud.config.uri=http://localhost:7001/

server.port=7002
这样,通过浏览器测试发现可以访问到了。

网友在 spring cloud config 用svn做配置文件仓库 也发现了这个问题,他的建议其实就是文章最开头建 SVN 库的时候选择高亮的 Single-project Repository 选项,这样会自动产生需要的文件夹。

我的测试是在一个SVN管理下的工程里直接加文件的方式学习Spring Cloud Config, 也是偷懒了,如果需要 SVN 管理配置文件,可以新建一个Single-project Repository工程库,直接把配置文件放到 trunk 文件夹。





要实现Spring Cloud Config的热加载,可以使用以下步骤: 1. 配置Spring Cloud Config Server连接私有GitLab repository。可以通过在配置文件中设置spring.cloud.config.uri来指定Config Server的地址,同时还要设置spring.cloud.config.label来指定Git分支。例如: ``` spring.cloud.config.uri: http://localhost:8888 spring.application.name: gateway spring.profiles.active: dev spring.cloud.config.label: dev ``` [1] 2. 启动Spring Cloud Config Server,并确保它能够成功连接到GitLab repository。 3. 在应用程序中添加Spring Cloud Config Client依赖,以便能够从Config Server获取配置信息。 4. 在应用程序的配置文件中设置以下属性来启用热加载: ``` spring.cloud.config.allowOverride: true spring.cloud.config.refreshable: true ``` 这样配置后,应用程序会定期轮询Config Server以获取最新的配置信息,并在配置更新时重新加载配置。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [总结:Spring Cloud Config](https://blog.csdn.net/w2009211777/article/details/127692342)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] - *2* *3* [springcloud config实现配置热加载(简易版本)](https://blog.csdn.net/lk569696322/article/details/106240420)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值