Home 트러블슈팅
Post
Cancel

트러블슈팅

  • AOP 미인식시 확인 파일
    • context-common.xml
      • component-scan 여부
    • context-aspect.xml
      • aop:aspectj-autoproxy 여부
    • context-servlet.xml
      • aop:aspectj-autoproxy 여부

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/>	

참고

This post is licensed under CC BY 4.0 by the author.

디비 링크 테이블 조회 쿼리

Iframe메세지전달

Comments powered by Disqus.

Trending Tags