use of com.dtflys.test.http.client.AmapClient in project forest by dromara.
the class TestAmapClient method prepareClient.
// @BeforeClass
public static void prepareClient() {
configuration = Forest.config();
configuration.setJsonConverter(new ForestJacksonConverter());
configuration.setCacheEnabled(false);
amapClient = configuration.createInstance(AmapClient.class);
}
Aggregations