码迷,mamicode.com
首页 > 其他好文 > 详细

模板配置

时间:2019-01-13 11:00:49      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:index   att   not   mode   div   dex   import   control   map   

 

 

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

@Controller
public class ViewController {
    @RequestMapping("/page")
    public String getPage(Model model){
        model.addAttribute ("name","哈哈哈");
        return "index";
    }
}

 

hhhhhhhhhh ${name}

 

模板配置

标签:index   att   not   mode   div   dex   import   control   map   

原文地址:https://www.cnblogs.com/zhou-test/p/10262004.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!