类 AuthServeClientFeignHandle
java.lang.Object
io.github.mangocrisp.spring.taybct.module.system.handle.def.AuthServeClientFeignHandle
- 所有已实现的接口:
AuthServeClientHandle
@AutoConfiguration
@ConditionalOnClass(org.springframework.cloud.client.discovery.DiscoveryClient.class)
@ConditionalOnMissingBean(AuthServeClientHandle.class)
public class AuthServeClientFeignHandle
extends Object
implements AuthServeClientHandle
鉴权客户端处理 Fieng 实现
-
字段概要
字段修饰符和类型字段说明(专用程序包) final org.springframework.cloud.client.discovery.DiscoveryClient
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
discoveryClient
final org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient
-
-
构造器详细资料
-
AuthServeClientFeignHandle
public AuthServeClientFeignHandle()
-
-
方法详细资料
-
save
从接口复制的说明:AuthServeClientHandle
保存客户端信息- 指定者:
save
在接口中AuthServeClientHandle
- 参数:
client
- 客户端信息- 返回:
- 是否保存成功
-