删除 TestController。

pull/1/head
ZhouXY108 2022-12-15 11:38:22 +08:00
parent ad8a6da44d
commit 46a72e63c0
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
package xyz.zhouxy.plusone;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class TestController {
@RequestMapping("/test")
public String test() throws Exception {
throw new Exception();
}
}