-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sermant-springboot-registry): 添加 Nacos 注册中心支持
- 新增 NacosRegisterConfig 类用于配置 Nacos 相关参数 - 实现 NacosDiscoveryClient 类以支持 Nacos服务发现和注册 - 添加 NacosServiceManager 类用于管理 Nacos 服务 - 实现 NacosInstanceListenable 类以监听 Nacos 实例变化 - 新增 NacosWeightRandomRule 类用于 Nacos 权重随机负载均衡 - 更新配置文件和资源文件以支持 Nacos Signed-off-by: xiaozhao <[email protected]>
- Loading branch information
xiaozhao
committed
Nov 30, 2024
1 parent
127425c
commit 6433cb0
Showing
28 changed files
with
1,481 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.