当前位置:   article > 正文

社区网站项目3.3 帖子详情

帖子详情

  DiscussPostMapper
  DiscussPostService
  DiscussPostController
  index.html
在帖子标题上增加详情页面的链接
  discuss-detailed.html
处理静态资源的访问路径
复用index.html的header区域
显示标题、作者、发布时间、帖子正文等内容
  在dao包的DiscussPostMapper接口类里,添加

DiscussPost selectDiscussPostById(int id);
  • 1

  在resources->mapper->discusspost-mapper.xml里添加

	<select id="selectDiscussPostById" resultType="DiscussPost">
        select 
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/572970
推荐阅读
相关标签
  

闽ICP备14008679号