org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘weChatController’: Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.pkc2019.controller.WeChatController] from ClassLoader [ParallelWebappClassLoader

去查了很多大佬的博客说是少jar包,但是我寻思我项目不复杂,就仔细检查了一下提示,发现是多了一个HTTPResponse 类
罪魁祸首:
Failed to introspect Class [XXX] from ClassLoader [ParallelWebap报错
处理方案:删了没有用的HTTPResponse就行

相关文章:

  • 2021-06-28
  • 2021-04-12
  • 2021-09-04
  • 2022-12-23
  • 2021-12-11
  • 2021-08-01
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案