Null pointer exception when adding swagger dependency to the project
Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException
The swagger and UI I use here are both version 2.9.2, but my springboot is version 2.6
Springfox uses path matching based on AntPathMatcher, while spring boot 2.6.x uses PathPatternMatcher. The two solutions are as follows:
1. Modify the version of springboot and use the earlier version to solve this problem;
2. Add in the configuration file
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
Read More:
- [Solved] Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException
- [Solved] Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
- [Solved] Springboot integrate swagger error: Failed to start bean ‘documentationPluginsBootstrapper‘
- Springboot Integrate Swagger2 Error: Failed to start bean ‘documentationPluginsBootstrapper‘;
- [Solved] Failed to start bean ‘eurekaAutoServiceRegistration‘; nested exception is java.lang.NullPointerExce
- [Solved] ApplicationContextException: Failed to start bean ‘documentationPluginsBootstrapper‘;
- Failed to start bean ‘documentationPluginsBootstrapper‘ [How to Solve]
- [Solved] Springboot integrate swagger error: failed to start bean ‘documentationpluginsbootstrapper‘
- Request processing failed; nested exception is java.lang.NullPointerException or UnsatisfiedDependencyE
- [Solved] MultipartException: Failed to parse multipart servlet request; nested exception is java.lang.Runtime
- Error resolution: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/Datatype
- [Solved] nacos Startup Error: nested exception is java.lang.RuntimeException: java.lang.RuntimeException: [db-load-error
- nested exception is java.lang.StackOverflowError [How to Solve]
- [Solved] Invocation of init method failed; nested exception is java.lang.NoSuchMethodError:
- [Solved] nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
- [Solved] eureka Startup Error: Unable to start web … nested exception is org.springframework.boot.web.server.WebS
- [Solved] eureka Startup Error: Unable to start web … nested exception is org.springframework.boot.web.server.WebS
- [Solved] swagger Docmentation Access Error: Illegal DefaultValue 1024 for parameter type integer, java.lang.NumberFormatException
- [Solved] Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerExcepti
- [Solved] org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is