Minor fix.
parent
4cce432bb8
commit
8d9fb53741
|
@ -10,6 +10,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
@EnableWebMvc
|
||||||
@Configuration
|
@Configuration
|
||||||
public class RestMvcConfiguration extends WebMvcConfigurerAdapter {
|
public class RestMvcConfiguration extends WebMvcConfigurerAdapter {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue