Commit 2b62b279 by s_guodong

test

parent 107b5202
......@@ -12,7 +12,7 @@
<groupId>com.xinchen</groupId>
<artifactId>demo</artifactId>
<version>1.0-SNAPSHOT</version>
<version>3.0-RELEASE</version>
<dependencies>
<dependency>
......
......@@ -23,8 +23,8 @@ public class TestController {
@GetMapping("/getUserInfo")
public Map getUserInfo() {
Map<String, Object> map = new HashMap<>();
map.put("username", "dabai12");
map.put("age", 30);
map.put("username", "晓明");
map.put("age", 25);
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