介绍
基于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=root spring.datasource.password=
4.配置qq邮箱信息src/main/resource/application-dev.properties
spring.mail.username=xxx9@qq.com spring.mail.password=xxxx
5.启动redis 6.启动idea后台,src/main/jave/com.ylb.MyblogApplication.java 7.浏览器打开Http://localhost:8080 账号:wasd/1234567890 自行注册账号也可
系统演示
1.注册
2.登录
3.主页
4.最新博客
5.博客详情
6.关注评论
7.私信
8.个人面板
源码下载地址获取
关注并私信回复“blog”,获取源码下载方式
一定要关注后发消息,否则系统限制无法回复消息文章来源:https://www.toymoban.com/news/detail-534322.html
感谢开源!侵删!文章来源地址https://www.toymoban.com/news/detail-534322.html
到了这里,关于免费开源 | 基于SpringBoot的博客系统的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!