Spring使用注解开发需要maven导入的依赖

 没有导入完全会报错

 
            junit
            junit
            4.13
            test
        
        
        
            org.springframework
            spring-aop
            5.0.0.RELEASE
        
        
        
            org.aspectj
            com.springsource.org.aspectj.weaver
            1.6.4.RELEASE
        
        
        
            org.springframework
            spring-aspects
            5.0.0.RELEASE
        
        
            org.springframework
            spring-context
            5.0.0.RELEASE
        

这里是要在xml配置文件需要导入的内容




    

    


你可能感兴趣的:(Spring,spring,maven,java)