소스 검색

删除测试

邵洋 1 년 전
부모
커밋
2c4d4152eb
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 18
      background-service/zksy-admin/src/main/java/com/zksy/web/controller/Test11Controller.java

+ 0 - 18
background-service/zksy-admin/src/main/java/com/zksy/web/controller/Test11Controller.java

@@ -1,18 +0,0 @@
-package com.zksy.web.controller;
-
-import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import org.springframework.web.bind.annotation.GetMapping;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
-
-@RestController
-@RequestMapping("/test")
-@Api("测试")
-public class Test11Controller {
-    @GetMapping("/a")
-    @ApiOperation("性与暴力")
-    public String hello(){
-        return "性与暴力";
-    }
-}