{"id":54214,"library":"spring-boot-starter-aop","title":"Spring Boot Starter AOP","description":"Starter for aspect-oriented programming with Spring AOP and AspectJ in Spring Boot applications.","status":"active","version":"3.5.14","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring","aop","aspectj","starter","logging"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-starter-aop</artifactId>\n  <version>3.5.14</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-starter-aop:3.5.14'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Aspect","correct":"org.aspectj.lang.annotation.Aspect"}],"quickstart":{"code":"import org.aspectj.lang.annotation.Aspect;\nimport org.aspectj.lang.annotation.Before;\nimport org.springframework.stereotype.Component;\n\n@Aspect\n@Component\npublic class LoggingAspect {\n    @Before(\"execution(* com.example.service.*.*(..))\")\n    public void logBefore() {\n        System.out.println(\"Method called\");\n    }\n}","lang":"java","description":"Define an aspect that logs before method execution in a service package."},"warnings":[],"env_vars":null,"search_vec":"'aop':4,13,21 'applic':19 'aspect':8 'aspect-ori':7 'aspectj':15,22 'boot':2,18 'log':24 'orient':9 'program':10 'spring':1,12,17,20 'starter':3,5,23","created_at":"2026-06-15T08:52:17.634528+00:00","updated_at":"2026-06-15T08:52:17.634528+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-starter-aop/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}