Skip to content

Instantly share code, notes, and snippets.

@wendal
Created May 31, 2013 03:03
Show Gist options
  • Save wendal/5682733 to your computer and use it in GitHub Desktop.
Save wendal/5682733 to your computer and use it in GitHub Desktop.
nutz ioc注入一个map
{
"xXX": {
"type" : "org.nutz.ioc.meta.map.XXX",
"fields" : {
"fuck" : {"age": "28", "abc": "kkkkk"}
}
}
}
/*fuck字段的类型是Map<String,String>*/
@cranehe
Copy link

cranehe commented Jan 20, 2014

org.nutz.ioc.meta.map.XXX求教是什么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment