删除 TestController。
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…
Reference in New Issue