配置spring的配置文件添加<tx:annotation-driven/>时

Class 'org.springframework.transaction.event.TransactionalEventListenerFactory' not found

出现了"Class 'org.springframework.transaction.event.TransactionalEventListenerFactory' not found"

的错误提示.在网上查了很久不得解,找了很久最终解绝.

解决方法:

Window ->preferences->Spring->Beans Support->Namespace

Class 'org.springframework.transaction.event.TransactionalEventListenerFactory' not found

将前两项勾上问题就解决了.具体为什么,我也不是很了解.请指教!!!

 

 

 

相关文章:

  • 2022-12-23
  • 2021-06-06
  • 2021-07-17
  • 2021-06-30
  • 2021-05-14
  • 2021-07-23
  • 2021-12-11
猜你喜欢
  • 2021-04-19
  • 2021-06-26
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案