免费开源 | 基于SpringBoot的博客系统

介绍

基于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
[email protected]
                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”,获取源码下载方式

一定要关注后发消息,否则系统限制无法回复消息

感谢开源!侵删!

猜你喜欢

转载自blog.csdn.net/zzj_csdn/article/details/131614812