最新回答 / 果不其然
可以使用<context:component-scan base-package="com.auth"></context:component-scan>來掃描com.auth下邊的類及子包中的類
2016-11-23
已采納回答 / 小草1434
請查看你的sql語句“String sql="setect username,password from hotel where username=?";”原句中的select的關(guān)鍵字錯了
2016-10-26
已采納回答 / qq_流雨_03711407
@RequestMapping(value = "buildFunctionTreeForEdit", method = RequestMethod.POST) @ResponseBody public List<Node> buildMenuTreeForEdit() { List<Function> list = nativeCache.getFunctions(); Tree tree = new Tree(list); return tree.build(); }是這...