首页 > 编程语言> > 动态代理报错:No default constructor found; nested exception is java.lang.NoClassDefFoundError: org/aspectj
动态代理报错:No default constructor found; nested exception is java.lang.NoClassDefFoundError: org/aspectj
作者:互联网
缺少依赖
<dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.8</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.8.3</version> </dependency>标签:lang,exception,No,aspectjrt,1.8,报错,org,aspectj 来源: https://www.cnblogs.com/elaine-a/p/15859413.html