update service name is not found

This commit is contained in:
dengqichen 2025-05-21 17:55:33 +08:00
parent bf88e35561
commit b4940f7be8
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ public class ApiConstants {
* *
* 注意需要保证和 spring.application.name 保持一致 * 注意需要保证和 spring.application.name 保持一致
*/ */
public static final String NAME = "bpm-server"; public static final String NAME = "zoe-bpm";
public static final String PREFIX = RpcConstants.RPC_API_PREFIX + "/bpm"; public static final String PREFIX = RpcConstants.RPC_API_PREFIX + "/bpm";

View File

@ -1,6 +1,6 @@
spring: spring:
application: application:
name: bpm-server name: zoe-bpm
profiles: profiles:
active: local active: local