update service name is not found

This commit is contained in:
dengqichen
2025-05-21 17:49:45 +08:00
parent f5978f265d
commit bf88e35561
5 changed files with 7 additions and 7 deletions
@@ -17,7 +17,7 @@ public class ApiAccessLogCreateReqDTO {
private Long userId;
@Schema(description = "用户类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
private Integer userType;
@Schema(description = "应用名", requiredMode = Schema.RequiredMode.REQUIRED, example = "system-server")
@Schema(description = "应用名", requiredMode = Schema.RequiredMode.REQUIRED, example = "zoe-system")
@NotNull(message = "应用名不能为空")
private String applicationName;
@@ -14,7 +14,7 @@ public class ApiConstants {
*
* 注意,需要保证和 spring.application.name 保持一致
*/
public static final String NAME = "zoe-infra-server";
public static final String NAME = "zoe-infra";
public static final String PREFIX = RpcConstants.RPC_API_PREFIX + "/infra";