@Configuration如何使用
使用这个注解,如何获取spring IOC容器的实例对象
ApplicationContext context=new ClassPathXmlApplicationContext("applicationContext.xml");
使用这个加载,报错。
CGLIB is required to process @Configuration classes. Either add CGLIB to the classpath or remove the following @Configuration bean definitions: [myConfig]