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

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

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

提问者:Charlottehuang 2018-01-08 12:21

个回答

  • 玄鉴
    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

    没有源码