Commit 898fb795 by s_guodong

Merge branch 'v1.0.0'

parents f34c0de6 107b5202
...@@ -24,7 +24,7 @@ public class TestController { ...@@ -24,7 +24,7 @@ public class TestController {
public Map getUserInfo() { public Map getUserInfo() {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("username", "dabai12"); map.put("username", "dabai12");
map.put("age", 19); map.put("age", 30);
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