SpringBoot集成swagger后出现: Failed to start bean ‘documentationPluginsBootstrapper‘的编译错误:

org.springframework.context.ApplicationContextException:Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException

解决办法:在启动类加一个注解:@EnableWebMvc

参考来源:这个博客下边的评论处

其它参考文献:SpringBoot集成swagger后出现: Failed to start bean ‘documentationPluginsBootstrapper‘的解决方法


 
                    
            
                

相关文章:

  • 2021-08-15
  • 2021-11-03
  • 2021-06-12
  • 2022-01-31
  • 2022-12-23
  • 2021-07-23
  • 2021-07-01
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-09-01
  • 2021-06-07
  • 2021-09-28
相关资源
相似解决方案