ioc.dao.js Maven / Gradle / Ivy
var ioc = {
// 读取配置文件
config : {
type : "org.nutz.ioc.impl.PropertiesProxy",
fields : { paths : ["SystemGlobals.properties"] }
}
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
var ioc = {
// 读取配置文件
config : {
type : "org.nutz.ioc.impl.PropertiesProxy",
fields : { paths : ["SystemGlobals.properties"] }
}
};