NoClassDefFoundError: org/aspectj/lang/annotation/Around

1、添加依赖
<!-- perf4j的依赖包 -->
        <dependency>
		  <groupId>org.perf4j</groupId>
		  <artifactId>perf4j</artifactId>
		  <version>0.9.16</version>
		</dependency>
		<dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aspects</artifactId>
        </dependency>
        <dependency>
            <groupId>aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
        </dependency>

猜你喜欢

转载自wangqiaowqo.iteye.com/blog/1991661