forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-11 eb93e8cc96513819653bdaa6e9b62800563a2f05
Merge branch 'dev' of ssh://192.168.2.240:29418/kidgrow-microservices-platform into dev
1 files modified
15 ■■■■■ changed files
kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/ServiceNameConstants.java 15 ●●●●● patch | view | raw | blame | history
kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/ServiceNameConstants.java
@@ -67,4 +67,19 @@
     */
    String BONEAGE_EVALUATION_SERVER="boneage-evaluationcenter-server";
    /**
     * C端筛查中心服务名
     */
    String CUSTOMER_SCREENINGCENTER_SERVER="customer-screeningcenter-server";
    /**
     * C端用户中心服务名
     */
    String CUSTOMER_USERCENTER_SERVER="customer-usercenter-server";
    /**
     * C端报表中心服务名
     */
    String CUSTOMER_REPORTCENTER_SERVER="customer-reportcenter-server";
}