赞
踩
DiscussPostMapper
DiscussPostService
DiscussPostController
index.html
在帖子标题上增加详情页面的链接
discuss-detailed.html
处理静态资源的访问路径
复用index.html的header区域
显示标题、作者、发布时间、帖子正文等内容
在dao包的DiscussPostMapper接口类里,添加
DiscussPost selectDiscussPostById(int id);
在resources->mapper->discusspost-mapper.xml里添加
<select id="selectDiscussPostById" resultType="DiscussPost">
select
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。