All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.jfunc.common.http.boot.EnableSmartHttpClient Maven / Gradle / Ivy

Go to download

httpclient-xxx在spring-boot环境下的自动配置,要配合httpclient-xxx之一使用

There is a newer version: 1.1.4
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy