Example usage for org.springframework.web.servlet.config.annotation WebMvcConfigurerAdapter subclass-usage

List of usage examples for org.springframework.web.servlet.config.annotation WebMvcConfigurerAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.config.annotation WebMvcConfigurerAdapter subclass-usage.

Usage

From source file com.github.wnameless.spring.papertrail.PaperTrailConfig.java

/**
 * 
 * {@link PaperTrailConfig} is created for {@link EnablePaperTrail} to use. It
 * adds the {@link PaperTrailService} to each HTTP request by using the
 * {@link HandlerInterceptor}.
 *

From source file com.epam.reportportal.gateway.MvcConfig.java

/**
 * Error Handling Configuration
 *
 * @author Andrei Varabyeu
 */
@Configuration

From source file com.navita.mavenproject4.config.MvcConfig.java

/**
 *
 * @author wahyu
 */
@Configuration
@EnableWebMvc

From source file io.spring.springoverflow.configuration.MvcConfig.java

/**
 * @author Michael Minella
 */

@Configuration
public class MvcConfig extends WebMvcConfigurerAdapter {

From source file com.vgorcinschi.concordiafootballmanager.rest.RestServletContextConfiguration.java

/**
 *
 * @author vgorcinschi
 */
@Configuration
@EnableWebMvc

From source file ca.n4dev.dev.worktime.config.ApplicationConfig.java

/**
 * @author rguillemette
 * @since Sep 30, 2014
 */
@Configuration
@ComponentScan(basePackages = "ca.n4dev.dev.worktime")

From source file org.lareferencia.xoai.app.WebappConfiguration.java

@Import({ BasicConfiguration.class })
@Configuration
@EnableWebMvc
@ComponentScan("org.lareferencia.xoai.controller")
public class WebappConfiguration extends WebMvcConfigurerAdapter {
    private static final String TWIG_HTML_EXTENSION = ".twig.html";

From source file minium.cucumber.rest.CucumberRestConfiguration.java

@Configuration
@EnableWebMvc
public class CucumberRestConfiguration extends WebMvcConfigurerAdapter {

    @Autowired
    private List<BackendConfigurer> backendConfigurers;

From source file cn.zhangxd.platform.common.web.config.WebConfig.java

/**
 * WEB?
 *
 * @author zhangxd
 */
@Configuration

From source file cz.muni.fi.mvc.config.WebAppConfig.java

/**
 *
 * @author Sebastian
 */
@Configuration
@EnableWebMvc