spring boot.2.6.x+knife4j-spring-boot-starter Failed to start bean ‘documentationPluginsBootstraper‘

spring boot.2.6.x +knife4j-spring-boot-starter
启动报错 :


org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException

在这里插入图片描述
网上查询,大部分都是说:

springboot2.6.0中将SpringMVC 默认路径匹配策略从AntPathMatcher 更改为PathPatternParser,导致出错,解决办法是切换会原先的AntPathMatcher

但是我看这边怎么改都一样的报错,后来我在网上看到说
在这里插入图片描述
以及 gitee添加链接描述

在这里插入图片描述
我就把依赖 spring-boot-starter-actuator 注释掉果然解决了,真是奇葩问题啊,搞得到凌晨1点钟我也是服了

在这里插入图片描述
在这里插入图片描述


版权声明:本文为weixin_40796433原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。