Spring
[스프링 오류] CGLIB is required to process @Configuration classes.
스프링 레거시로 @configuration 어노테이션 사용시 아래와 같은 오류가 나타날 수 있다. Exception in thread "main" java.lang.IllegalStateException: CGLIB is required to process @Configuration classes. Either add CGLIB to the classpath or remove the following @Configuration bean definitions: [applicationConfig] 해결방법 pom.xml에서 아래와 같이 추가하고 이클립스에서 maven -> Update Project를 클릭해준다. cglib cglib 3.1