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

org.springframework.web.client.constants.RestTemplateJdkSystemPropertiesConstants Maven / Gradle / Ivy

The newest version!
package org.springframework.web.client.constants;

public interface RestTemplateJdkSystemPropertiesConstants {

    String SPRING_REST_JDK_HTTP_PREFIX = "spring.rest.jdkhttp";
    String SPRING_REST_JDK_HTTP_ENABLED = SPRING_REST_JDK_HTTP_PREFIX + ".enabled";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy