org.springframework.web.client.constants.RestTemplateJdkHttp2ClientSystemPropertiesConstants Maven / Gradle / Ivy
The newest version!
package org.springframework.web.client.constants;
import org.zodiac.commons.constants.SystemPropertiesConstants;
public interface RestTemplateJdkHttp2ClientSystemPropertiesConstants {
String SPRING_REST_TEMPLATE_HTTP2CLIENT_PREFIX = SystemPropertiesConstants.Zodiac.SPRING_REST_TEMPLATE_PREFIX + ".http2client";
String SPRING_REST_TEMPLATE_HTTP2CLIENT_ENABLED = SPRING_REST_TEMPLATE_HTTP2CLIENT_PREFIX + ".enabled";
}