首页>代码>Spring boot + Freemarker基础语法学习demo>/springboot-freemarker-demo/src/main/java/com/gbq/freemarker/controllers/HelloController.java
package com.gbq.freemarker.controllers;

import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
public class HelloController {

    //default endpoint
    @RequestMapping("/")
    public String greeting(Model model) {
        model.addAttribute("text", "Hello World");
        return "redirect:/index";
    }

}
最近下载更多
ericxu1116  LV24 2021年5月11日
horizonguo  LV1 2020年9月20日
lichengai  LV7 2020年6月11日
人间蒸发  LV23 2020年5月26日
dagf113225  LV68 2020年2月28日
guaixia163  LV13 2020年2月26日
最代码官方  LV168 2020年2月24日
最近浏览更多
oldfox  LV19 2024年10月22日
漫步的海星  LV4 2023年9月21日
zhumeng168  LV5 2023年7月8日
crazy11crazy  LV30 2023年6月5日
神龙摆尾无拘束  LV2 2023年3月17日
2363659936  LV2 2022年6月21日
kissnicky  LV7 2022年4月21日
caodehao1  LV3 2022年4月20日
cab123123  LV8 2022年4月3日
刘亦菲9527  LV15 2021年12月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友