删除 TestController。
This commit is contained in:
parent
ad8a6da44d
commit
46a72e63c0
@ -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();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user