day2 class05 어노테이션 기반 AOP
1. 어노테이션 기반 AOP 설정- 엘리먼트만 선언하면 스프링 컨테이너는 AOP 관련 어노테이션들을 인식하고 용도에 맞게 처리해준다.12345678910111213141516 Colored by Color Scriptercs 2. Before 어드바이스1234567891011121314151617@Service@Aspect // Aspect = Pointcut + Advicepublic class BeforeAdvice { // Pointcut @Pointcut("execution(* com.springbook.biz..*Impl.*(..))") public void allPointcut() {} // Advice @Before("allPointcut()") public void beforeLog(Joi..
spring
2019. 1. 6. 21:00
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 횡단 관심
- 의존성 주입
- @Autowired
- handlermapping
- afterCompletion
- Class path contains multiple SLF4J bindings
- 컨트롤러
- 검색
- application context
- aspect oriented programming
- SqlSessionFactoryBean
- JoinPoint
- ViewResolver
- multiple SLF4J bindings
- blocking
- LoggingEvent
- 의존성
- preHandler
- 어노테이션
- #java.lang.NoClassDefFoundError: org/slf4j/event/LoggingEvent삭제
- aop
- exclude-mapping
- setter 인젝션
- servlet context
- NoClassDefFoundError
- postHandler
- 스프링 컨테이너
- XmlWebApplicationContext
- java.lang.NoClassDefFoundError: org/slf4j/event/LoggingEvent
- Controller
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함
