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

cloud.agileframework.mvc.container.ResetService Maven / Gradle / Ivy

package cloud.agileframework.mvc.container;

import org.springframework.boot.web.server.WebServerFactoryCustomizer;
import org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory;

/**
 * @author 佟盟 on 2017/9/27
 */
public class ResetService implements WebServerFactoryCustomizer {

    @Override
    public void customize(ConfigurableServletWebServerFactory factory) {
        factory.addInitializers(new WebInitializer());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy