问答详情
源自:3-2 get接口代码开发及原理讲解

课程源码在此

com.imooc;

org.springframework.web.bind.annotation.;
org.springframework.web.bind.annotation.RequestMethod;
org.springframework.web.bind.annotation.;

helloSpringBoot {
 (value = ,method = RequestMethod.)
    String say() {
;
    }

    (value = ,method = RequestMethod.)
    String getDemo() {
        ;
    }

    (value = ,method = RequestMethod.)
    String postDemo() {
        }
}


提问者:玄鉴 2018-04-06 02:33

个回答

  • 爱编程and爱逻辑
    2018-05-23 20:32:23

    没吃啊没吃

  • 玄鉴
    2018-04-06 02:35:39

    代码被吃了,我也没办法了,还有这样的吃法。

  • 玄鉴
    2018-04-06 02:34:39

    com.imooc;
    
    org.springframework.web.bind.annotation.;
    org.springframework.web.bind.annotation.RequestMethod;
    org.springframework.web.bind.annotation.;
    
    helloSpringBoot {
     (value = ,method = RequestMethod.)
        String say() {
    ;
        }
    
        (value = ,method = RequestMethod.)
        String getDemo() {
            ;
        }
    
        (value = ,method = RequestMethod.)
        String postDemo() {
            }
    }