首页>代码>Spring Boot学习(四)之web开发渲染页面 -- Thymeleaf 博客源码>/springbootstudy-demo4-thymeleaf/src/main/java/com/xiaojingg/web/HelloController.java
package com.xiaojingg.web; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; /** * * @author 筱进GG * */ @Controller public class HelloController { @ResponseBody @RequestMapping("/hello") public String hello() { return "Hello World"; } @RequestMapping("/") public String index(ModelMap map) { map.addAttribute("name", "筱进GG"); return "index"; } }
最近下载更多
shuangfu LV25
4月26日
lyws1986 LV17
2023年3月9日
wangdengzhe LV7
2022年10月5日
yanghongxiang LV1
2021年9月11日
Jonnydou LV1
2021年6月20日
wangyoung LV10
2021年3月3日
hjd3983 LV10
2020年11月22日
1529860026 LV24
2020年9月15日
lincolnpan LV9
2020年9月2日
mudingc木钉 LV30
2020年5月4日
最近浏览更多
fei3655 LV6
10月16日
y1214435276 LV9
9月26日
微信网友_7134912998903808 LV9
8月29日
599142776 LV2
8月13日
ma406805131 LV16
6月15日
f22m1a2b2 LV17
5月31日
子夜青创
5月4日
暂无贡献等级
shuangfu LV25
4月26日
skook7 LV2
2023年12月14日
zhaozhiqi LV5
2023年10月19日