SpringBoot集成 Swagger 后,啟動報 org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException


 

錯誤圖示:

 

原因:是因為 Swagger 和 SpringBoot 的版本兼容

 解決辦法:修改 SpringBoot  版本即可:

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.5.9</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

  

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException Swagger2 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException報錯 org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper';問題解決辦法 解決報錯 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplic 錯誤:org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWeb SpringBoot項目集成Swagger啟動報錯: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is linux發布springboot org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'異常解決 Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM