File tree 1 file changed +0
-2
lines changed
src/main/java/ru/mystamps/web/config
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 32
32
import org .springframework .validation .Validator ;
33
33
import org .springframework .web .method .support .HandlerMethodArgumentResolver ;
34
34
import org .springframework .web .servlet .config .annotation .DefaultServletHandlerConfigurer ;
35
- import org .springframework .web .servlet .config .annotation .EnableWebMvc ;
36
35
import org .springframework .web .servlet .config .annotation .ResourceHandlerRegistry ;
37
36
import org .springframework .web .servlet .config .annotation .ViewControllerRegistry ;
38
37
import org .springframework .web .servlet .config .annotation .WebMvcConfigurerAdapter ;
42
41
import ru .mystamps .web .support .spring .security .UserArgumentResolver ;
43
42
44
43
@ Configuration
45
- @ EnableWebMvc
46
44
@ EnableScheduling
47
45
@ Import (ControllersConfig .class )
48
46
public class MvcConfig extends WebMvcConfigurerAdapter {
You can’t perform that action at this time.
0 commit comments