如题,如果无法注入的话应该如何访问数据库?
dao = Mvcs.cxt().getDefaultIoc().get(Dao.class);
谢谢兽总,可行。微调一下:Mvcs.ctx().getDefaultIoc().get(Dao.class);