@AutoConfigureAfter(name="tenantFeignConfiguration")
@Component
public class AbstractRemoteService
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected okhttp3.OkHttpClient |
okHttpClient |
protected TerminalApi |
terminalApi |
protected java.lang.String |
terminalServiceUrl |
| 构造器和说明 |
|---|
AbstractRemoteService() |
@Value(value="${remote.url.terminal-service}")
protected java.lang.String terminalServiceUrl
@Autowired @Qualifier(value="tenantOkHttpClient") protected okhttp3.OkHttpClient okHttpClient
protected TerminalApi terminalApi