Getting a org.springframework.beans.factory.BeanCreationException with my first Maven, Spring Project

前端 未结 2 968
温柔的废话
温柔的废话 2021-02-01 16:21

Getting a org.springframework.beans.factory.BeanCreationException with my first Maven, Spring Project. I been program for some time now with eclipse and Spring but I am looking

2条回答
  •  野的像风
    2021-02-01 16:41

    Add this dependency in your pom.xml

    
        org.springframework
        spring-aop
        3.1.2.RELEASE
    
    

提交回复
热议问题