SpringBoot集成knife4j,启动报错:Failed to start bean \’documentationPluginsBootstrapper\’
简述:
Springboot集成knife4j,Springboot更新到2.6启动报错Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException,导致系统不能正常启动。
报错信息
解决办法:
出现这个问题的主要原因是Swagger和SpringBoot版本的问题导致,可在yml配置文件中添加如下配置:
spring:
mvc:
pathmatch:
# 配置策略
matching-strategy: ant-path-matcher
感谢您的阅读!如有错误之处,也请留言告知,我将第一时间进行修正。
若对您有所帮助,也希望得到您的点赞!
我们下篇文章见!