org.zodiac.autoconfigure.boot.PlatformRequestProperties Maven / Gradle / Ivy
package org.zodiac.autoconfigure.boot;
import org.zodiac.boot.config.PlatformRequestInfo;
/**
* Request配置类。
*
*/
//@ConfigurationProperties(prefix = "spring.http.request")
public class PlatformRequestProperties extends PlatformRequestInfo {
public PlatformRequestProperties() {
}
}