介绍
基于springboot后端架构,websocket实现私信,前端采用thymeleaf+bootstrap+layui+Redis
注册使用邮箱验证注册,且验证码存在redis中,所以需要有redis环境
软件架构
- springboot
- websocket
- thymeleaf
- bootstrap
- layui
- Redis
- mysql 8.0
系统运行
1.新建数据库blog,导入数据库sql/blog.sql脚本2.idea导入项目,下载maven依赖3.修改数据库账号密码src/main/resource/application-dev.properties
spring.datasource.username=rootspring.datasource.password=
4.配置qq邮箱信息src/main/resource/application-dev.properties
spring.mail.username=xxx9@qq.comspring.mail.password=xxxx
5.启动redis6.启动idea后台,src/main/jave/com.ylb.MyblogApplication.java7.浏览器打开Http://localhost:8080账号:wasd/1234567890自行注册账号也可
系统演示
1.注册
2.登录
3.主页
4.最新博客
5.博客详情
6.关注评论
7.私信
8.个人面板
源码下载地址获取
关注并私信回复“blog”,获取源码下载方式
一定要关注后发消息,否则系统限制无法回复消息
感谢开源!侵删!