Spring: nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice

后端 未结 6 1424
栀梦
栀梦 2020-12-31 13:03

Stack trace:

Oct 24, 2014 8:12:04 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.         


        
6条回答
  •  执念已碎
    2020-12-31 13:11

    Along with aopalliance jar have you added these jars into your build path??

    aspectjrt
    springaop
    aspectjweaver

    If not, you can try by adding these..

    P.S: use the appropriate version of jars...

提交回复
热议问题