Browse Source

this is a new operate 13:40

yegang 2 years ago
parent
commit
c53bdd029c
1 changed files with 0 additions and 4 deletions
  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");
-    }
 
 }