我目前的配置如下
ioc = new NutIoc(new ComboIocLoader(
"*com.nari.nwims.skengine.base.nutz.DbConfLoader"
, "*js", "."
, "*anno", "com.nari.nwims.skengine"
, "*tx"
));
为什么会有这个问题,因为load的时候,除了src/resource里边的配置文件,还会到target里边去找(maven工程),虽然对正确性没有影响但是看着很不爽。。。