Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
Posted ISaiSai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx相关的知识,希望对你有一定的参考价值。
spring-boot-starter-parent:2.6.6 与 swagger2.9.2冲突
spring-boot 降级为: 2.5.4 后正常
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<dep
endency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
</dependency>
参考文章:https://blog.csdn.net/VB551/article/details/121449081
以上是关于Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx的主要内容,如果未能解决你的问题,请参考以下文章
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
SpringBoot解决Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.N
解决添加swagger后项目报错 Failed to start bean 'documentationPluginsBootstrapper'
解决报错Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPoint
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
CloudAlibaba下报Failed to start bean ‘webServerStartStop‘; nested exception is java.lang.reflect异常解决