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

org.zodiac.autoconfigure.boot.PlatformRequestProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.boot;

import org.zodiac.boot.config.PlatformRequestInfo;

/**
 * Request配置类。
 *
 */
//@ConfigurationProperties(prefix = "spring.http.request")
public class PlatformRequestProperties extends PlatformRequestInfo {

    public PlatformRequestProperties() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy