|
|
@@ -1,8 +1,6 @@
|
|
|
package com.yr.warehouse.admin.component.apollo;
|
|
|
|
|
|
|
|
|
-import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue;
|
|
|
-import com.yr.warehouse.admin.component.auth.vo.OrgOperatorVo;
|
|
|
import lombok.Data;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
@@ -20,10 +18,4 @@ public class ApolloConfigEvent {
|
|
|
|
|
|
@Value("${app.id}")
|
|
|
private String appId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 总部运营商id
|
|
|
- */
|
|
|
- @ApolloJsonValue("${org.operator.super:{\"id\":1,\"operatorName\":\"有人总\"}}")
|
|
|
- private OrgOperatorVo superOperator;
|
|
|
}
|