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

com.github.skjolber.mockito.rest.spring.DefaultSpringWebMvcConfig Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.github.skjolber.mockito.rest.spring;

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

@Configuration
@EnableWebMvc
public class DefaultSpringWebMvcConfig extends WebMvcConfigurerAdapter {
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy