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> <artifactId>spring-boot-configuration-processor</artifactId>
</dependency> </dependency>
<!-- AOPAspectJ --> <!-- Spring AOP Starter -->
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>aspectjweaver</artifactId> <artifactId>spring-boot-starter-aop</artifactId>
</dependency> </dependency>
<!-- Hibernate Validator --> <!-- Hibernate Validator -->