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

org.springframework.boot.autoconfigure.web.client.RestTemplateJdkHttpClientProperties Maven / Gradle / Ivy

The newest version!
package org.springframework.boot.autoconfigure.web.client;

import org.springframework.web.client.config.RestTemplateJdkHttpClientConfig;

public class RestTemplateJdkHttpClientProperties extends RestTemplateJdkHttpClientConfig {

    public RestTemplateJdkHttpClientProperties() {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy