# nhblog **Repository Path**: nickhan/nhblog ## Basic Information - **Project Name**: nhblog - **Description**: personal blog based on spring boot - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nhblog #### 项目介绍 personal blog based on spring boot 本项目主要基于springboot对之前自己的一个博客系统进行重构,含后台管理和web页面。主要目的是为了学习springboot,同时也将之前的博客系统进行简化重构! #### 软件架构 - 主体框架:springboot - ORM:mybatis - 页面渲染:freemaker - ui框架:BootStrap - 图标库:font-awesome - 数据双向绑定:vue - 代码高亮:highlight - 数据库:mysql - web主题参考:[Ghost开源博客](http://http://www.ghostchina.com/) - 全文搜索:lucene - 编辑器:markdown编辑器 - 图表:echarts - 后台实时数据获取:websocket #### 安装教程 1. 拉取代码 2. 执行mvn clean package 3. 将得到的jar直接运行即可 #### 现有功能(持续完善) 1. 文章管理 - markdown编辑器 - 文章分类管理 - 垃圾篓功能 - 保存草稿 - 文章删除 - 文章标签管理 - 索引重建(显示实时进度) 2. 评论管理 - 评论审核(待实现) - 评论删除(待实现) - 敏感词检测(待实现) - 评论置顶(待实现) 3. 字典管理 - 文章分类(待实现) 4. 统计 - 文章分类统计 - 文章阅读量统计 - 评论数统计(待实现) - 网站访问量统计 5. 系统 - 系统实时日志跟踪 #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request