package com.liu.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public class HelloController { @RequestMapping("/test") public ModelAndView test(){ String str = "Spring MVC示例"; return new ModelAndView("message","str",str); } }

lvhongquan LV11
2022年6月18日
137455054 LV9
2021年8月31日
ruifeng LV4
2021年4月28日
xiongmao0304 LV2
2020年9月21日
蓝天abcd LV7
2020年2月22日
周大福 LV12
2019年10月10日
谁谁谁 LV7
2019年6月15日
xiaobaitud LV13
2019年4月22日
shaodong1000 LV8
2019年3月25日
1690356080 LV38
2018年12月17日