Browse Source

this is test data 13:24

yegang 2 years ago
parent
commit
250f9129d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/sw/controller/TestController.java

+ 1 - 0
src/main/java/com/sw/controller/TestController.java

@@ -32,6 +32,7 @@ public class TestController {
     }
     @RequestMapping("/get/{id}")
     public Integer getUser(@PathVariable int id){
+        System.out.println("this is test data");
         SysUser user = sysUserService.getById(id);
         return user.getId();
     }