update service name is not found
This commit is contained in:
parent
bf88e35561
commit
b4940f7be8
@ -14,7 +14,7 @@ public class ApiConstants {
|
||||
*
|
||||
* 注意,需要保证和 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";
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
spring:
|
||||
application:
|
||||
name: bpm-server
|
||||
name: zoe-bpm
|
||||
|
||||
profiles:
|
||||
active: local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user