其他分享
首页 > 其他分享> > Spring事务管理无法完成织入

Spring事务管理无法完成织入

作者:互联网

Cannot create inner bean ‘(inner bean)#62d3d202’ of type [org.springframework.aop.aspectj.AspectJExpressionPointcut] while setting bean property ‘pointcut’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘(inner bean)#62d3d202’: Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.springframework.aop.aspectj.AspectJExpressionPointcut] from ClassLoader [WebappClassLoader
context: /maven2

缺少依赖包

        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
            <version>1.9.6</version>
        </dependency>

标签:事务管理,Spring,bean,springframework,nested,织入,inner,org,aspectj
来源: https://blog.csdn.net/Stand_Fast/article/details/111461379