为了账号安全,请及时绑定邮箱和手机立即绑定

@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]

正在回答

3 回答

<?xml version="1.0" encoding="UTF-8"?>

<beans></beans>相当于这个

0 回复 有任何疑惑可以回复我~

是不是xml文件中没有写<context:component-scan>这个

0 回复 有任何疑惑可以回复我~

http://blog.csdn.net/vvhesj/article/details/47661001

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

@Configuration如何使用

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信