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

2.X
疯狂的狮子Li 2023-06-12 14:05:55 +08:00
parent 76e6a6797d
commit 2cc6b6f0d1
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- Apache Lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>