摘要: We can use @Controller to return a view with data: package com.frankmoley.lil.learningspring.web; import com.frankmoley.lil.learningspring.busniess.do 阅读全文
posted @ 2020-11-29 03:42 Zhentiw 阅读(99) 评论(0) 推荐(0)
摘要: Controller: @Controller @RequestMapping("/reservations") public class RoomReservationWebController { @Autowired private ReservationService reservation 阅读全文
posted @ 2020-11-29 02:41 Zhentiw 阅读(133) 评论(0) 推荐(0)