Prechádzať zdrojové kódy

this is test data 13:24

yegang 2 rokov pred
rodič
commit
250f9129d9

+ 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();
     }