Charlottehuang
2018-01-08 12:21
课程中写的接口有源码吗?
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) {
;
}
}
没有源码
JMeter之HTTP协议接口性能测试
39893 学习 · 103 问题
相似问题