Commit db2b60cc by s_guodong

update

parent 29e7672c
......@@ -23,8 +23,8 @@ public class TestController {
@GetMapping("/getUserInfo")
public Map getUserInfo() {
Map<String, Object> map = new HashMap<>();
map.put("username", "dabai");
map.put("age", 19);
map.put("username", "dabai1");
map.put("age", 190);
return map;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment