yegang 2 năm trước cách đây
mục cha
commit
89cab74edb
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/main/java/com/sw/controller/TestController.java

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

@@ -38,5 +38,8 @@ public class TestController {
         return user.getId();
     }
 
-
+    @RequestMapping("/add")
+    public void getUser(){
+        System.out.println("this is add method");
+    }
 }