EnableWebMvc annotation meaning

前端 未结 4 1089
南笙
南笙 2020-12-02 08:34

I read javadoc about @EnableWebMvc.

But I don\'t understand what this annotation mean?

Can you expalin it clearly?

4条回答
  •  死守一世寂寞
    2020-12-02 08:44

    Adding this annotation to an @Configuration class imports the Spring MVC configuration from WebMvcConfigurationSupport

提交回复
热议问题