Commit ab35f0ac by WeiCong

提交测试

parent e61d0ad5
...@@ -23,7 +23,7 @@ public class TestController { ...@@ -23,7 +23,7 @@ public class TestController {
@GetMapping("/getUserInfo") @GetMapping("/getUserInfo")
public Map getUserInfo() { public Map getUserInfo() {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("username", "xiaohong"); map.put("username", "xiaoming");
map.put("age", 19); map.put("age", 19);
return map; 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