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

2.X
疯狂的狮子Li 2 years ago
parent 76e6a6797d
commit 2cc6b6f0d1

@ -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>

Loading…
Cancel
Save