浏览代码

this is a new operate 13:40

yegang 2 年之前
父节点
当前提交
c53bdd029c
共有 1 个文件被更改,包括 0 次插入4 次删除
  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");
-    }
 
 }