Error creating bean with name 'documentationPluginsBootstrapper'

126 阅读1分钟

整合springmvc加swagger的时候启动项目报错:
在这里插入图片描述
最后发现没有@EnableWebMvc注解;
在这里插入图片描述