0
点赞
收藏
分享

微信扫一扫

报错 Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspe

JamFF 2023-04-21 阅读 56


 

添加pom

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

 

举报

相关推荐

0 条评论