Skip to content

基于SpringBoot的一个博客系统,支持Markdown显示、后台管理、数据展示、评论

Notifications You must be signed in to change notification settings

Hugo-Gao/InterestBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterestBlog

一个基于Spring Boot(服务端主力)+Redis(缓存点击量等数据库)+Nginx(静态资源处理)+MySQL(储存文章等数据)+ElasticSearch(全局高亮搜索)的功能完备的个人博客系统,欢迎一起学习

Usage

  1. clone
  2. 在你的机器上MySQL创建一个database供博客系统使用
  3. 在MySQL客户端执行resources下的init.sql文件
  4. 在工程application.properties下配置你的MySQL、Redis、Nginx、Elastic连接信息
  5. 启动工程,访问localhost:8080/backend进入后端管理界面
  6. 访问localhost:8080进入博客首页

Demo

博客首页

image-20190512115848906

全局搜索

image-20190517160722622

Tags页

image-20190512122607576

aboutme页

image-20190512122705054

后台登录

image-20190512122745417

控制台(未完成)

image-20190517160622779

写博客

image-20190512122854851

文章管理

image-20190512122925947

个人设置

image-20190512122946472

Comming

  • 丰富控制台内容

  • 全局搜索

  • 文章编辑功能

  • 更多的数据统计功能

  • 打包到docker,使其更容易部署

About

基于SpringBoot的一个博客系统,支持Markdown显示、后台管理、数据展示、评论

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published