标签:style io strong 2014 sp 问题 on c size
spring createBeanException
报:homeController spring @Autowired注入blankListManager对象、chanceManager对象失败;
blankListManager Autowired注入 cifServer对象失败,chanceManager Autowired注入 cifServer对象失败;
原因是创建cifServer对象时会去连接cifServer的dubbo服务,因为网络问题连不上所以创建bean就失败了。
解决: @Autowired(required=false)
标签:style io strong 2014 sp 问题 on c size
原文地址:http://www.cnblogs.com/muzhongjiang/p/3983595.html