Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wupeixuan/toutiao
健身头条
https://github.com/wupeixuan/toutiao
mybatis mysql nginx redis spring spring-boot ssm
Last synced: 11 days ago
JSON representation
健身头条
- Host: GitHub
- URL: https://github.com/wupeixuan/toutiao
- Owner: wupeixuan
- Created: 2018-03-06T21:21:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T16:10:48.000Z (almost 7 years ago)
- Last Synced: 2023-03-04T06:13:46.936Z (almost 2 years ago)
- Topics: mybatis, mysql, nginx, redis, spring, spring-boot, ssm
- Language: JavaScript
- Size: 555 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 健身头条
本项目是一个资讯分享的健身头条网站,用户注册后可以发布资讯,也可以评论资讯或者对资讯进行点赞。主要包括以下模块:用户管理模块、资讯管理模块、评论管理模块、站内信模块、异步队列模块、文件上传下载模块等。技术细节:
1.后台开发框架采用spring boot + mybatis + redis,前端采用velocity模板进行页面开发。采用mysql数据库对实体信息进行存储,redis用在缓存、点赞等相关方面。
2.使用异步队列设计来完成对站内信、登录异常、点赞问题等事件的处理,提升系统的用户交互体验,采用邮件发送技术对用户关心的资讯进行邮件通知。
3.采用七牛云对象存储,通过提供的SDK进行对资讯中的图片、用户分享的文件进行云上传、下载。
4.对资讯和评论的发布进行敏感词过滤。(未实现)
[项目展示](http://bxgfhg.club)