基于SpringBoot2开发的简单博客项目-创新互联
iblog是一个基于SpringBoot2开发的简单博客项目,主要用来进行学习,包括登录注册、文章编辑发布、用户评论、周排行榜、群聊天等功能。
学习自MarkerHub的从0到1,完整搭建Springboot开源博客项目eblog! 教程文章。
前端框架:layui、fly-3.0
模板:freemarker
消息通知:sockjs.js、stomp.js
即时通讯:layIM
基础框架:SpringBoot2.1.2、MyBatis、MyBatis-Plus
数据库:MySQL-5.7
缓存:Redis-3.2
搜索:elasticsearch-6.8.0、elasticsearch-analysis-ik-6.8.0
队列:rabbitmq-3.8.14
消息通知:websocket 群聊天:laymi、websocket、t-io
- MyBatis-Plus代码快速生成
- 封装与自定义Freemarker标签
- redis的zset结构完成本周热议排行榜
- websocket实现即时消息通知
- layim+t-io+websocket实现群聊
- elasticsearch+RabbitMQ实现博客内容搜索引擎
- 用户登录、注册
- 用户发表、编辑、删除文章
- 管理员置顶、推荐文章
- 用户评论文章
- 评论和@时消息通知
- 本周热议排行榜
- 用户主页、用户中心、基本设置、我的消息
- 登录
- 主页
- 博客详情
- 编辑文章
- 全文搜索
- 群聊
- 用户主页
- 用户中心
- 基本设置
- 我的收藏
(1)修改MySQL数据库配置,启动数据库
(2)修改redis配置,启动redis
下载地址:https://redis.io/download
redis主从、哨兵配置:https://shimo.im/docs/CcHjcq6t1HUoxQNN/
运行redis命令:redis-server.exe
(3)修改elasticsearch配置,启动elasticsearch
elasticsearch下载地址:https://www.elastic.co/cn/downloads/past-releases/elasticsearch-6-8-0
下载elasticsearch-analysis-ik分词器,解压到elasticsearch/plugins/ik目录
下载地址:https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.8.0/elasticsearch-analysis-ik-6.8.0.zip
运行elasticsearch命令:bin/elasticsearch.bat
(4)配置rabbitmq链接信息,启动rabbitmq
下载地址:https://www.rabbitmq.com/download.html
运行rabbitmq命令:rabbitmq-server
安装完成后会主动注册到服务运行。
执行命令rabbitmq-plugins enable rabbitmq_management
安装Web管理界面,可以在浏览器访问。
地址:http://localhost:15672/
,默认用户名密码为guest/guest。
你是否还在寻找稳定的海外服务器提供商?创新互联www.cdcxhl.cn海外机房具备T级流量清洗系统配攻击溯源,准确流量调度确保服务器高可用性,企业级服务器适合批量采购,新人活动首月15元起,快前往官网查看详情吧
本文名称:基于SpringBoot2开发的简单博客项目-创新互联
转载来于:http://pwwzsj.com/article/ddjgig.html