org.springframework.aop.framework.AopConfigException: Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.
문제 스프링에서 AOP 설정 중 오류 발생 org.springframework.aop.framework.AopConfigException: Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces. 해결 Byte Code Generation Library를 추가한다. 참고 http://sourceforge.net/projects/cglib/?source=navbar
개발
2012. 12. 26. 11:24