ZhuDongming
2020-04-23 69fe5c709ecf9093b1640356eff7c1991a6dd7d3
src/main/java/com/moral/controller/TestController.java
@@ -16,7 +16,6 @@
    @RequestMapping("/hello")
    public String hello() {
        return "Hello World";
    }