feign.external.url 置空切服务发现后,AliYunRestController 直接 @Value 读该 属性拼上传 URL,得到相对地址导致 RestTemplate 报 URI is not absolute, Yumi 后台上传文件失败。 改为与 feign client 一致的双模式:属性非空用固定地址,为空时通过 LoadBalancerClient 从 Nacos 选取 rc-service-external 实例拼绝对地址。 全仓库审计确认这是唯一一处绕过 @FeignClient 直读 feign.*.url 的代码。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
red-circle-service
Description
服务后台
Software Architecture
Software architecture description
Installation
- xxxx
- xxxx
- xxxx
Instructions
- xxxx
- xxxx
- xxxx
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
Gitee Feature
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/
Description
Languages
Java
68.1%
JavaScript
31.7%