An open API service indexing awesome lists of open source software.

https://github.com/lete114/myblog-butterfly

A personal blog written by SpringBoot uses Butterfly as the theme of the blog 一个由SpringBoot写的个人博客,博客主题使用Butterfly
https://github.com/lete114/myblog-butterfly

butterfly hexo-butterfly javablog mybatis myblog mysql springboot springboot-mybatis thymeleaf

Last synced: 3 months ago
JSON representation

A personal blog written by SpringBoot uses Butterfly as the theme of the blog 一个由SpringBoot写的个人博客,博客主题使用Butterfly

Awesome Lists containing this project

README

        

## MyBlog-Butterfly

MyBlog-Butterfly是由SpringBoot框架开发

页面美观漂亮,功能齐全,满足个人不可的需求

你可以把它作为SpringBoot技术栈学习

评论使用的是[Valine](https://Valine.js.org)的页面样式,后台处理是SpringBoot

博客主题模板使用的是[Hexo-Butterfly](https://github.com/jerryc127/hexo-theme-butterfly),页面美观,文章阅读体验好,电脑/手机端完美适配,支持pjax等多项功能

博客后台模板使用的是[ZHENFENG13/My-Blog](https://github.com/ZHENFENG13/My-Blog/)的后台模板、美观、实用、功能齐全

如果你使用Hexo搭建静态博客的话,可以支持一下[Hexo-MengD(萌典)](https://github.com/lete114/hexo-theme-MengD)主题

## 开发环境

- JDK1.8
- SpringBoot2.4.x
- IDEA 2020
- MySQL5.5
- Maven3.6.x

## 注意事项

- 本项目使用的MySQL版本过低,请留意日期字段

- 后台系统默认登陆用户名:`admin`,密码:`111111`

- 数据库文件在项目根目录,数据库表结构:`DataBase.sql`,数据库表结构及测试数据:`TestDataBase.sql`

## 博客页面效果

只展示部分

- 博客首页
![home](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/home.png)

- 文章页
![artile](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/artile.png)

- 归档页
![archive](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/archive.png)

## 后台页面效果

- 后台首页
![home](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/admin/home.png)

- 文章编辑
![home](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/admin/edit.png)

- 评论管理
![home](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/admin/comment.png)

- 系统信息
![home](https://cdn.jsdelivr.net/gh/lete114/CDN/MyBlog/admin/config.png)