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

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

Stack trace:

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


        
6条回答
  •  -上瘾入骨i
    2020-12-31 13:22

    You're missing the dependency. Not sure how you're handling dependencies, but just add the JAR in IVY or whatever you use. You must be using something to add Spring 3.2.

    Maven Central: link

    IVY Example: Maven has other dependency information available.

    If this is a web app, make sure the JAR is in APPNAME/WEB-INF/lib.

提交回复
热议问题