Browse Source

this is a new operate 13:40

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

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

@@ -38,9 +38,5 @@ public class TestController {
         return user.getId();
     }
 
-    @RequestMapping("/get/{id}")
-    public void add(@PathVariable int id){
-        System.out.println("this is a add");
-    }
 
 }