Minor fix.

main
Paulo Gustavo Veiga 2012-09-07 19:49:36 -03:00
parent 4cce432bb8
commit 8d9fb53741
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
import java.util.List;
@EnableWebMvc
@Configuration
public class RestMvcConfiguration extends WebMvcConfigurerAdapter {