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

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

There is a newer version: 1.6.8
Show newest version
package org.springframework.boot.autoconfigure.web.client;

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

public class RestTemplateJdkHttp2ClientProperties extends RestTemplateJdkHttp2ClientConfig {

    public RestTemplateJdkHttp2ClientProperties() {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy