build(core): 替换 aspectjweaver 依赖为 Spring Boot Starter AOP

This commit is contained in:
2025-03-30 12:03:27 +08:00
parent f662b74061
commit ae2b898e57

View File

@@ -23,10 +23,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<!-- AOPAspectJ -->
<!-- Spring AOP Starter -->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- Hibernate Validator -->