课程中写的接口有源码吗?

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

Charlottehuang

2018-01-08 12:21

课程中写的接口有源码吗?

写回答 关注

2回答

  • 玄鉴
    2018-04-06 13:47:10
    com.imooc;
    
    org.springframework.beans.factory.annotation.;
    org.springframework.web.bind.annotation.;
    org.springframework.web.bind.annotation.;
    org.springframework.web.bind.annotation.RequestMethod;
    org.springframework.web.bind.annotation.;
    
    ()
    DemoAPI {
    
       (value = ,method = RequestMethod.)
        String getDemo(String userName) {
            + userName;
        }
    
        (value = ,method = RequestMethod.)
        String postDemo(String userName) {
            ;
        }
    }


  • 慕容4594572
    2018-01-13 19:11:58

    没有源码

    慕容4594...

    不知道

    2018-01-13 19:13:34

    共 1 条回复 >

JMeter之HTTP协议接口性能测试

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

39877 学习 · 95 问题

查看课程

相似问题