- AOP 미인식시 확인 파일
- context-common.xml
- component-scan 여부
- context-aspect.xml
- aop:aspectj-autoproxy 여부
- context-servlet.xml
- aop:aspectj-autoproxy 여부
- context-common.xml
componet-scan
1
2
3
4
<context:component-scan base-package="first">
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller"/>
</context:component-scan>
aop:aspectj-autoproxy
1
<aop:aspectj-autoproxy/>
Comments powered by Disqus.