Coder Social home page Coder Social logo

horacegong / jnu_forum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xzping/jnu_forum

0.0 1.0 0.0 3.29 MB

Java+SpringBoot+MyBatis+Maven+MySQL实现的一个Java分享学习论坛。该系统为本人2018年毕业设计的题目 http://120.78.227.72/xiezhiping

Java 64.98% HTML 32.96% CSS 0.45% TSQL 1.61%

jnu_forum's Introduction

jnu_forum

jnu_forum是基于Java的论坛系统。前端使用Html+CSS+JS实现,后端使用Java语言开发,技术栈包括但不限于Spring/SpringMVC/SpringBoot、MyBatis、Redis、PageHelper、MySQL、Maven等,开发工具为Eclipse。

功能

1、登录和注册
2、(分类)浏览话题
3、发表话题
4、上传照片
5、评论以及评论赞踩
6、站内信通知
7、用户积分排行榜
8、关注和共同关注

主要功能实现

1、登录注册:使用SpringSecurity4框架,即使用已经包装好的接口来实现,简单易用。
2、上传照片:照片是存储在第三方服务器,即七牛云。
3、站内信通知:通过异步队列来实现的站内信通知,其中选择Redis来作为队列。
4、排行榜:排行榜是通过Redis的有序集合来实现的,可以快速实现topK排序。
5、关注和共同关注:通过Redis的集合数据结构实现。

页面展示

1、首页 2、注册 3、登录 4、话题浏览页面 5、话题详情页面与评论 6、个人简介页面 7、发表话题页面 8、站内信页面 9、照片墙页面 10、关注和粉丝界面 10、排行榜界面

备注: 1、本项目的Redis已经换成集群了,本地跑的时候先建立集群,否则自行将集群换成单机Redis,具体修改application.propertie和com.xzp.forum.util.JedisAdapter.java即可(再具体如何修改可以参考提交记录或联系我~)

2、因项目中七牛云过期了,上传的所有照片都失效了,所以项目中有照片的都被和谐了~

个人博客地址:https://xzping.github.io

3、喜欢的话记得star/fork哦,感谢!

jnu_forum's People

Contributors

iamgoodgood avatar xzping avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.