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 architecture.ee.web.community.spring.config.WebCommunityConfig.java

@Configuration
@EnableWebMvc
@ComponentScan(basePackages = { "architecture.user.spring.controller", "architecture.ee.web.spring.controller",
        "architecture.ee.web.community.spring.controller" })
@Import(MultipartConfig.class)
public class WebCommunityConfig extends WebMvcConfigurerAdapter {

From source file com.sli.healthtest.conf.WebMvcConfig.java

/**
 * @author liuzh_3nofxnp
 * @since 2015-12-19 16:16
 */
@Configuration
public class WebMvcConfig extends WebMvcConfigurerAdapter {

From source file org.pavlov.springlocalejavaconfig.config.WebConfig.java

/**
 *
 * @author pavlov
 */
@Configuration
@EnableWebMvc

From source file com.mycompany.thymeleafspringapp.config.AppConfig.java

/**
 *
 * @author andrey
 */
@Configuration
@EnableWebMvc

From source file com.solxiom.social.config.WebMvcConfig.java

/**
 * Spring MVC Configuration.
 *
 * @author Craig Walls
 */
@Configuration

From source file com.indeed.iupload.web.config.WebConfiguration.java

@Configuration
@EnableWebMvc
@EnableScheduling
@ComponentScan(basePackages = "com.indeed.iupload")
//@Import(StaticMapperConfiguration.class)
public class WebConfiguration extends WebMvcConfigurerAdapter {

From source file org.synchronoss.cloud.nio.multipart.example.config.WebConfig.java

/**
 * <p> Web config
 *
 * @author Silvano Riz.
 */
@Configuration

From source file com.microsoft.applicationinsights.web.spring.internal.InterceptorRegistry.java

/**
 * This class registers the RequestNameHandlerInterceptorAdapter to the interceptors registry.
 * The registration enables the interceptor to extract the http request's controller and action names.
 */
@EnableWebMvc
@Configuration

From source file org.cloudfoundry.samples.handson.config.FrontConfig.java

/**
 * Configuration class for beans that are needed from the start.
 * 
 * As a convenience, you can add more beans in dedicated configuration classes
 * (eg. {@link Ex4Config}) , they will all be merged in a single
 * {@link ApplicationContext}

From source file eu.trentorise.game.config.WebConfig.java

@Configuration
public class WebConfig extends WebMvcConfigurerAdapter {

    /**
     * If this mapping change, remember to align angular file app.js i18nextProvider if not angular
     * internationalization will be broken