类 DepartmentTypeApiFeignAutoConfigure
- java.lang.Object
-
- net.guerlab.smart.user.api.autoconfig.DepartmentTypeApiFeignAutoConfigure
-
@Configuration @AutoConfigureAfter(DepartmentTypeApiLocalServiceAutoConfigure.class) public class DepartmentTypeApiFeignAutoConfigure extends java.lang.Object
- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 DepartmentTypeApiFeignAutoConfigure()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DepartmentTypeApidepartmentTypeApiFeignWrapper(FeignDepartmentTypeApi api)
-
-
-
方法详细资料
-
departmentTypeApiFeignWrapper
@Bean @ConditionalOnMissingBean(DepartmentTypeApi.class) public DepartmentTypeApi departmentTypeApiFeignWrapper(FeignDepartmentTypeApi api)
-
-