update service name is not found
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user