Registry / web-framework / spring-boot-starter-aop

spring-boot-starter-aop

JSON →
library3.5.14javamavenunverified

Starter for aspect-oriented programming with Spring AOP and AspectJ in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>3.5.14</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-aop
web-frameworkjavav3.5.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aspect
✓ org.aspectj.lang.annotation.Aspect

Define an aspect that logs before method execution in a service package.

import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.springframework.stereotype.Component; @Aspect @Component public class LoggingAspect { @Before("execution(* com.example.service.*.*(..))") public void logBefore() { System.out.println("Method called"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
spring-boot-starter-aop — mvn dependency:get spring-boot-starter-aop · libregistry