Spring/JDK 동적 프록시 (1) 썸네일형 리스트형 Unable to proxy interface-implenting method 에러1. Unable to proxy interface-implementing method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.springframework.beans.factory.BeanInitializationException] because it is marked as final:Consider using interface-based JDK proxies insteadafterPropertiesSet 메서드가 final 메서드 이기 때문에 '프록싱'할 수 없다!즉, 전통적인 JDBC 기반 데이터 액세스 로.. 이전 1 다음