首页>代码>Spring MVC初学者的Hello World入门学习代码实例>/springweb/src/com/qm/Contorll/HelloContorll.java
package com.qm.Contorll;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;

public class HelloContorll implements Controller {

	public ModelAndView handleRequest(HttpServletRequest request,
			HttpServletResponse respose) throws Exception {
		request.setAttribute("hello", "welcome to springmvc");
		return new ModelAndView("welcome");
	}

}
最近下载更多
zywzywzyw1  LV17 2019年8月6日
yue_test  LV2 2018年7月12日
shangzi  LV2 2018年6月3日
qq876301182  LV4 2018年4月13日
longtianshang  LV9 2018年2月26日
小蘑菇君  LV1 2017年7月17日
hkp0521  LV7 2017年5月29日
likecure  LV4 2017年3月23日
12671296  LV2 2017年3月15日
15600559182  LV1 2017年1月26日
最近浏览更多
ycg1988  LV3 2023年3月6日
xiaobaitud  LV13 2023年1月10日
YUProject  LV8 2022年12月21日
137455054  LV9 2021年12月2日
秦sir3067683450  LV10 2021年6月2日
黎明失约  LV2 2020年12月29日
duyongxing  LV1 2020年6月29日
大谷粒  LV3 2020年6月27日
霖望1234  LV2 2020年6月18日
chaines  LV13 2020年6月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友