首页>代码>spring mvc开发入门实例demo源代码下载,很适合新手入门学习用。>/springmvc/src/main/java/springmvc/maven/example/MyController.java
package springmvc.maven.example;

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

@Controller
public class MyController {
	
	@RequestMapping(value="mySpringMVC.do")
	public void hello(Model model){
		model.addAttribute("welcome","Welcome, it's my first Spring MVC!");
		System.out.println("OK");
	}

}
最近下载更多
sjt182  LV1 4月24日
yangchuang  LV1 1月12日
shangq  LV1 2023年10月16日
yudsly  LV3 2023年8月25日
1643472948  LV4 2023年6月26日
李亮  LV19 2023年3月7日
754222732  LV1 2022年4月26日
微信网友_5931836133068800  LV1 2022年4月25日
slm311  LV1 2022年2月11日
acoder  LV1 2021年12月14日
最近浏览更多
sjt182  LV1 4月24日
yangchuang  LV1 1月12日
yudsly  LV3 2023年8月25日
1643472948  LV4 2023年6月25日
张真狗  LV9 2023年6月10日
李亮  LV19 2023年3月7日
laughing099  LV1 2022年10月20日
HTMLProject  LV1 2022年7月6日
754222732  LV1 2022年4月26日
微信网友_5931836133068800  LV1 2022年4月25日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友