فهرست منبع

新增版本支持

chenweida 7 سال پیش
والد
کامیت
f86593a927
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      web-gateway/src/main/java/com/yihu/jw/controller/PatientController.java

+ 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";
    }
}