摘要: @RestController @RequestMapping(value = "/rest/user") @SessionAttributes(value = {"intValue", "stringValue"}) public class RestUserController { static Map users = Collections.synchronizedMap(new ... 阅读全文
posted @ 2017-08-28 14:39 一弦一仙 阅读(264) 评论(0) 推荐(0) 编辑