@IocBean(args = { "refer:dao" })
public class TemplateInstService
@Inject
CategoryService categoryService;
@Inject
ContentService contentService;
{}
注入的service都是null 但是从Mvcs.getIoc().get(ContentService .class)却可以得到值,很奇怪,这个service的路径会被扫描得到,因为我其他类中这样注入是没有问题的,就是这个类中有问题。