首页>代码>springboot demo小例子>/girl/src/main/java/com/imooc/HelloController.java
package com.imooc;

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;

@RestController
public class HelloController {
    @RequestMapping(value = "/hello",method = RequestMethod.GET)
    public String say(){
        return "hello Spring Bot";
    }
}
最近下载更多
天之蓝  LV2 3月31日
xiaokang1  LV10 3月28日
WHY-small  LV15 3月13日
xiaoyuer2  LV8 2022年11月16日
annazhang  LV29 2022年10月26日
lz88888  LV11 2022年9月7日
chengqiang  LV13 2022年7月20日
pjd6086860  LV4 2022年4月14日
wangdengzhe  LV7 2022年4月8日
微信网友_5845397304791040  LV1 2022年2月23日
最近浏览更多
whb5566  LV10 前天
whfuai  LV14 4月21日
李二san  LV1 4月13日
lingtiejing  LV15 4月12日
天之蓝  LV2 3月31日
小海脑洞大开  LV11 3月20日
WHY-small  LV15 3月13日
kkkllll  LV2 1月23日
try8023  LV18 1月16日
wkq888  LV16 1月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友