首页 > 基础资料 博客日记

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

2023-07-24 14:44:10基础资料围观267

文章Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx分享给大家,欢迎收藏Java资料网,专注分享技术知识

一、报错问题

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

二、问题背景

Spring Boot 整合 Swagger,用于生成 Web API 文档。

版本信息:spring boot:2.7.6,swagger:2.8.0

三、原因分析

springboot 升级到 2.6.0之后,swagger版本和springboot出现了不兼容情况。如下:

四、解决方案

方案一: 在启动类 或 配置类 添加注解@EnableWebMvc,下面以配置类添加为例:

方案二: 在 application.properties 配置文件添加配置: properties spring.mvc.pathmatch.matching-strategy=ant_path_matcher

方案三: 降低Spring Boot 版本,比如可以考虑将Spring Boot版本降低为2.5.6。

参考来源:


文章来源:https://blog.csdn.net/Shipley_Leo/article/details/129100908
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:jacktools123@163.com进行投诉反馈,一经查实,立即删除!

标签:

相关文章

本站推荐

标签云