fix 修复 common-core 包使用aop注解 但未添加aop实现类导致单独使用报错问题

This commit is contained in:
疯狂的狮子Li 2023-06-12 14:04:53 +08:00
parent 745c40cd00
commit 1275e416cd

View File

@ -34,6 +34,11 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!--常用工具类 -->
<dependency>
<groupId>org.apache.commons</groupId>