课程源码在此
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() {
}
}