티스토리챌린지1 Spring Boot LTW(Load-time Weaving) 활성화 하기 Spring AOP는 기본 Runtime Weaving(RTW)을 사용한다. Weaving: linking aspects with other application types or objects to create an advised object. This can be done at compile time (using the AspectJ compiler, for example), load time, or at runtime. Spring AOP, like other pure Java AOP frameworks, performs weaving at runtime.Aspect를 다른 애플리케이션 유형이나 객체와 연결하여 **조언된 객체(advised object)**를 생성하는 과정입니다. 이는 컴파일 타임(.. 2024. 11. 18. 이전 1 다음