课程源码在此

来源:3-2 get接口代码开发及原理讲解

玄鉴

2018-04-06 02:33

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() {
        }
}


写回答 关注

3回答

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

    没吃啊没吃

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

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

    慕不二

    有Python的么

    2019-09-09 21:48:51

    共 1 条回复 >

  • 玄鉴
    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() {
            }
    }


JMeter之HTTP协议接口性能测试

快速上手接口功能及性能测试

39877 学习 · 95 问题

查看课程

相似问题