小码问答,有问必答!

2021-12-28 11:54

spring boot 2.6.2使用swagger报"DocumentationPluginsBootstrapper"异常

2021-12-28 11:54 回答了这个问题

根本原因是WebMvcPatternsRequestConditionWrapper.getPatterns()方法执行报java.lang.NullPointerException异常。

把swagger配置类的注解 EnableSwagger2 改为 EnableWebMvc即可。


https://springfox.github.io/springfox/docs/snapshot/#migrating-from-existing-2-x-version

0条评论

我要评论