修改InfraServer服务改成统一注册NACOS

This commit is contained in:
dengqichen
2025-05-12 16:49:59 +08:00
parent ec816759f3
commit 1c1231d92d
8 changed files with 49 additions and 73 deletions
@@ -14,7 +14,7 @@ public class ApiConstants {
*
* 注意,需要保证和 spring.application.name 保持一致
*/
public static final String NAME = "infra-server";
public static final String NAME = "zoe-infra-server";
public static final String PREFIX = RpcConstants.RPC_API_PREFIX + "/infra";