首页>代码>spring mvc+velocity实现.vm文件中获取项目地址>/velocityTestPath/src/velocity/test/controller/TestController.java
package velocity.test.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("/") public class TestController { @RequestMapping("test") public String getUserList(Model model){ //返回跳转是test.vm视图 return "test"; } }


2039995605 LV9
2022年11月2日
一个人的咖啡 LV5
2021年6月15日
ningmeng2020 LV2
2020年10月28日
jxly007 LV8
2020年9月22日
小翊杭宝 LV2
2020年9月11日
vinod1213 LV12
2020年8月26日
fictain LV7
2020年5月25日
977670 LV3
2018年12月12日
hefenyuan91 LV11
2018年9月29日
ganglianhuo LV9
2018年9月18日