The compilation error of ‘documentationpluginsbootstrapper’ of failed to start bean appears after springboot integrates swagger:
org.springframework.context.ApplicationContextException:Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
Solution: add a comment in the startup class: @enablewebmvc
Similar Posts:
- [Solved] Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
- SpringBoot2.6 Use springfox Error: documentationPluginsBootstrapper
- [Solved] Springboot Integrate Swagger2 3.0.0 Error: Failed to start bean ‘documentationPluginsBootstrapper’
- ContextPath must start with ‘/’ and not end with ‘/’ [How to Solve]
- Cannot resolve reference to bean ‘entityManagerFactory’ while setting constructor argument
- [Solved] Springboot startup error: org.springframework.beans.factory.unsatisfieddependenceexception…
- Property ‘dataSource’ threw exception; nested exception is java.lang.NoClassDefFoundError: org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy
- [Solved] org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicat…
- mybatis: Property ‘configuration’ and ‘configLocation’ can not specified with together
- Cannot resolve reference to bean ‘txPoint’ while setting bean property ‘pointcut’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘txPoint’