top.jfunc.common.http.boot.EnableSmartHttpClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of httpclient-spring-boot-starter Show documentation
Show all versions of httpclient-spring-boot-starter Show documentation
httpclient-xxx在spring-boot环境下的自动配置,要配合httpclient-xxx之一使用
package top.jfunc.common.http.boot;
import java.lang.annotation.*;
@Deprecated
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
/*@Import({//SmartHttpProperties.class ,
SmartHttpAutoConfigure.OkHttp3.class , SmartHttpAutoConfigure.Jdk.class,
SmartHttpAutoConfigure.Apache.class , SmartHttpAutoConfigure.Jodd.class})*/
public @interface EnableSmartHttpClient {
}