最赞回答 / 丶小白
https://github.com/tkst1993/Auth
最新回答 / sunbohan00
拷贝的东西老师没给。
最新回答 / lisha2019
@RequestMapping(value = "buildFunctionTreeForEdit", method = RequestMethod.POST) @ResponseBody public List<Node> buildMenuTreeForEdit() { List<Function> list = nativeCache.getFunctions(); Tree tree = new Tree(list); return tree.build(); }我从...
最新回答 / 果不其然
可以使用<context:component-scan base-package="com.auth"></context:component-scan>来扫描com.auth下边的类及子包中的类
2016-11-23