学习spring中遇见的问题

报错:

Unexpected exception parsing XML document from class path resource [applicationContext.xml]; nested exception is java.lang.NoClassDefFoundError: org/springframework/aop/TargetSource

原因:没有导入spring中的aop包,将包导入lib就能解决

posted @ 2018-04-27 11:05  张Nice  阅读(185)  评论(0编辑  收藏  举报