ソースを参照

新增版本支持

chenweida 7 年 前
コミット
f86593a927

+ 2 - 2
web-gateway/src/main/java/com/yihu/jw/controller/PatientController.java

@ -66,7 +66,7 @@ public class PatientController {
    public String hello1(HttpServletRequest request){
        System.out.println("haha1..........");
        return "hello";
        return "hello1";
    }
    @GetMapping("/hello")
@ -74,6 +74,6 @@ public class PatientController {
    @ResponseBody
    public String hello2(HttpServletRequest request){
        System.out.println("haha2.........");
        return "hello";
        return "hello2";
    }
}