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 edu.teilar.jcrop.service.WebConfig.java

@Configuration
@EnableWebMvc
@ComponentScan("edu.teilar.jcrop.service.client")
public class WebConfig extends WebMvcConfigurerAdapter {

    // configure the view resolver

From source file io.springagora.store.web.WebConfig.java

/**
 * Properly configures the web context provided by the Dispatcher Servlet.
 * 
 * @author Thiago Uriel M. Garcia
 */
@Configuration

From source file com.gopivotal.cla.web.WebConfiguration.java

/**
 * Configuration of web components
 */
@Configuration
@ComponentScan
@EnableWebMvc

From source file codingsaint.paymentgateway.config.AppConfigurerAdapter.java

/**
 * @author Coding Saint
 *
 */
@Configuration
@EnableWebMvc

From source file org.easyj.rest.test.config.WebConfig.java

@Configuration
@ComponentScan({ "org.easyj.rest.controller" })
@EnableWebMvc
public class WebConfig extends WebMvcConfigurerAdapter {

    @Bean

From source file com.isalnikov.config.web.WebConfig.java

/**
 *
 * @author Igor Salnikov
 */
@Configuration
@EnableWebMvc

From source file com.coffeebeans.services.config.MvcConfig.java

/**
 * Created by muhamadto on 5/07/2015.
 */

@EnableWebMvc
@Configuration

From source file com.pramati.knowyou.config.WebMvcConfig.java

/**
 * 
 * @author prasannav
 *
 */

From source file io.spring.initializr.web.autoconfigure.WebConfig.java

/**
 * Spring Initializr web configuration.
 *
 * @author Stephane Nicoll
 */
public class WebConfig extends WebMvcConfigurerAdapter {

From source file net.prasenjit.auth.IdentityApplication.java

/**
 * Created by PRASEN-NET on 4/2/2016.
 *
 * @author PRASEN
 * @version $Id: $Id
 */