首页>代码>Spring Boot学习(四)之web开发渲染页面 -- Velocity>/springbootstudy-demo4-velocity/src/main/java/com/xiaojingg/web/HelloController.java
package com.xiaojingg.web;

import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;

/**
 * xiaojinGG
 */
@Controller
public class HelloController {

    @RequestMapping("/hello")
    @ResponseBody
    public String hello() {
        return "Hello World";
    }

    @RequestMapping("/")
    public String index(ModelMap map) {
        map.addAttribute("name", "筱进GG");
        return "index";
    }

}
最近下载更多
llt123456  LV4 2021年3月1日
hancy666  LV33 2020年4月8日
低调人  LV38 2019年2月23日
ganglianhuo  LV9 2018年9月18日
lw19900921  LV25 2018年7月4日
最代码官方  LV168 2017年11月18日
最近浏览更多
漫步的海星  LV4 2023年9月21日
lironggang  LV38 2023年4月2日
lijiecai  LV2 2023年3月18日
llt123456  LV4 2021年3月1日
十三柠 2021年1月18日
暂无贡献等级
chimua  LV1 2020年12月2日
ningmeng2020  LV2 2020年10月28日
xiaoche117  LV17 2020年6月19日
dongyf  LV7 2020年6月11日
sgm123456  LV13 2020年6月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友