Browse Source

this is a new operate 13:40

yegang 2 years ago
parent
commit
45f2e7f0e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/sw/controller/TestController.java

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

@@ -28,6 +28,7 @@ public class TestController {
     public  String  test(){
         List<SysTest> list = sysTestService.list();
         System.out.println(list);
+        System.out.println("this is a new operate");
         return "test";
     }
     @RequestMapping("/get/{id}")