feat(other): 产品基础功能提交
This commit is contained in:
@@ -26,5 +26,17 @@ public interface RpcConstants {
|
||||
*/
|
||||
String SYSTEM_PREFIX = RPC_API_PREFIX + "/system";
|
||||
|
||||
/**
|
||||
* project 服务名
|
||||
*
|
||||
* 注意,需要保证和 spring.application.name 保持一致
|
||||
*/
|
||||
String PROJECT_NAME = "rdms-project-server";
|
||||
|
||||
/**
|
||||
* project 服务的前缀
|
||||
*/
|
||||
String PROJECT_PREFIX = RPC_API_PREFIX + "/project";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user