首页>代码>spring boot+mybatis+spring mvc+bootstrap开发停车位管理系统(调用百度地图API)>/park-system/park-system/src/main/java/com/imust/controller/NoticeController.java
package com.imust.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import com.imust.entity.Notice; import com.imust.service.NoticeService; @Controller @RequestMapping("/notice") public class NoticeController { @Autowired private NoticeService noticeService; @RequestMapping("/notice-detail") public String showNotice(@RequestParam("id") int id,Model model){ Notice notice = noticeService.getById(id); model.addAttribute("notice",notice); return "notice-detail"; } }

柳咪华沙 LV7
2024年6月28日
admin_z LV22
2023年12月22日
45436683 LV8
2023年10月10日
微信网友_6507459064762368 LV2
2023年6月6日
bai6011 LV1
2023年6月4日
清江纸 LV2
2023年4月18日
liukun666 LV1
2023年4月11日
qwertytao123 LV3
2023年3月8日
jiyun2021 LV9
2023年2月1日
刘亦菲9527 LV15
2022年8月3日

dane168 LV8
2月17日
188776889
2024年8月27日
暂无贡献等级
柳咪华沙 LV7
2024年6月28日
计科一班 LV7
2024年6月19日
微信网友_7021911525511168
2024年6月3日
暂无贡献等级
1941549176 LV4
2024年4月29日
微信网友_6927932988952576 LV12
2024年3月31日
zolscy LV24
2024年3月24日
哪里的完整版 LV8
2024年1月8日
hhh12345 LV7
2023年12月23日