테스트 환경 JDK 1.6 CGLib 2.1_3 nodep Spring 2.5.5 테스트 클래스 @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations=”springContext.xml”) public class HelloAspectTest{ @Autowired Hello goodHelloImpl; @Test public void createProxy() throws Exception {