首页>代码>Spring Mvc通过eclipse开发Hello World入门实例详解>/springmvc/src/com/hao123ym/Controllers.java
package com.hao123ym;

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

@Controller
@RequestMapping("/d")
public class Controllers {
 @RequestMapping("/HelloWord")
 public String HelloWord(Model moder){
	 moder.addAttribute("Message","sprng mvc 你大爷好");
	 
	 return "HelloWord";
 }
}
最近下载更多
我是helloworld  LV23 2020年6月6日
99993333  LV6 2019年4月11日
ew9865  LV1 2019年1月21日
一个心痛的菜鸟  LV3 2018年9月4日
guoxiaolei  LV1 2018年4月11日
Littleming  LV12 2017年10月17日
airan234  LV2 2017年10月9日
chinafjfzlj  LV31 2017年9月8日
gxpcwm  LV22 2017年9月5日
hkp0521  LV7 2017年5月29日
最近浏览更多
ma406805131  LV16 9分钟前
dapeng0011  LV15 7月16日
smart001 1月6日
暂无贡献等级
root password  LV2 2022年5月28日
Lmfbaby  LV9 2021年12月23日
fovever 2021年9月24日
暂无贡献等级
五折也挺好的  LV13 2021年7月12日
秦sir3067683450  LV10 2021年6月2日
 LV1 2021年5月12日
866521  LV2 2020年10月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友