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

JavaSpring.libraries.spring-mvc.webMvcConfiguration.mustache Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
package {{configPackage}};

import org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;

{{>generatedAnnotation}}
public class WebMvcConfiguration extends WebMvcConfigurationSupport {
    @Override
    public void configureDefaultServletHandling(DefaultServletHandlerConfigurer configurer) {
        configurer.enable();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy