请仔细检查
1.是否config类带了@EnableWebMvc注解,如有请删除。
如果需要集成WebMvcConfigurationSupport,那么是不能够使用Swagger的,想要写接口文档,推荐使用Apidoc
2.配置文件是否包含如下字段,如有请删除
mvc:
static-path-pattern: /static/**
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/*,classpath:/public/