2020年4月16日
摘要: 1. 首先如果有自定义 WebMvcConfigurer 或者 WebMvcConfigurationSupport 的,一定不要在上面加 @EnableWebMvc 注解,因为这个注解会覆盖掉spring的默认配置,只使用 WebMvcConfigurationSupport 里面提供的配置!!! 阅读全文
posted @ 2020-04-16 22:14 北溟有鱼。 阅读(2857) 评论(0) 推荐(0)