springboot v2.6.1 无法整合 knif4j
在springboot v2.6.1 中使用knif4j 开放文档,会导致项目无法启动,文档无法形成。
> Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException: Cannot invoke "org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.toString()" because the return value of "springfox.documentation.spi.service.contexts.Orderings.patternsCondition(springfox.documentation.RequestHandler)" is null
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有几方面影响,引用springbootadmin会出现还有就是少
楼上+1,整个debug走了一下,
设置了这个参数还是不行呢?还有其他注意项吗?谢谢
Springboot2.6以后将SpringMVC 默认路径匹配策略从AntPathMatcher 更改为PathPatternParser,导致出错,解决办法是切换会原先的AntPathMatcher。
spring.mvc.pathmatch.matching-strategy=ant-path-matcher