Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerEx

Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException
springboot 集成Swagger2报错

原因:
这是因为Springfox使用的路径匹配是基于AntPathMatcher的,而Spring Boot 2.6.X使用的是PathPatternMatcher。
解决:
修改application.yaml
spring:
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER

上一篇:Linux2.6内核实现的是NPTL


下一篇:运行java程序的时候出现Exception in thread "main" java.lang.UnsupportedClassVersionError: