课程中写的接口有源码吗?
课程中写的接口有源码吗?
课程中写的接口有源码吗?
2018-01-08
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) {
;
}
}举报