架构探险从零开始写JavaWeb框架(包含源码)
@InjectprivateCustomerServicecustomerService;/***进入客户列表界面*/@Action("get:/customer")publicViewindex(Paramparam){ListcustomerList=customerService.getCustomerList();returnnewView("customer.jsp").addModel("customerList",custom
下载地址
用户评论