# mayday **Repository Path**: gitmatrix/mayday ## Basic Information - **Project Name**: mayday - **Description**: mayday博客系统,基于springboot、mybatis、ehcache、thymeleaf、bootstrap做的博客系统,完美自适应,支持markdown编辑器 qq群:742669837 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.songhaozhi.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 179 - **Created**: 2020-03-25 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

mayday

> **mayday博客系统是我想边学习springboot和thymeleaf编写的一个java博客系统** > **取名mayday可能是因为我是五月天的假粉丝吧!** > **如果对你有帮助的话请右上角点个star,非常感谢!** ![JDK](https://img.shields.io/badge/jdk-1.8-green.svg?style=flat-square) [![LICENSE](https://img.shields.io/github/license/gujiniCY/mayday.svg?style=flat-square)](https://github.com/gujiniCY/mayday/blob/master/LICENSE) [![star](https://img.shields.io/github/stars/gujiniCY/mayday.svg?label=Stars&style=social)](https://github.com/gujiniCY/mayday)[![star](https://gitee.com/song_haozhi/mayday/badge/star.svg?theme=white)](https://gitee.com/song_haozhi/mayday) ## 使用说明 1. 下载代码 `git clone https://github.com/gujiniCY/mayday.git` 2. 运行sql文件夹下的sql文件 3. 到src/main/resources下的application.yaml下修改你的数据库链接 4. 保存好以后 mvn package打包 5. 进入target文件夹运行nohup java -jar mayday.jar & 6. 访问http://localhost:8091 ### 如果使用又拍云cdn的话请到参数跟随里面设置全程跟随以及开启重定向跟随 ### 关于评论功能 目前没有打算自己写评论功能。用的两个评论插件[gitalk](https://github.com/gitalk/gitalk)和[valine](https://ioliu.cn/2017/add-valine-comments-to-your-blog/) ## 图片演示 ![install.png](https://images.gitee.com/uploads/images/2019/0117/112452_b81fbb50_1574192.png) ![index.png](https://images.gitee.com/uploads/images/2019/0117/112455_a6973f29_1574192.png) ![login.png](https://images.gitee.com/uploads/images/2019/0117/112450_7ae99bba_1574192.png) ![admin.png](https://images.gitee.com/uploads/images/2019/0117/112450_3a600852_1574192.png) ![post.png](https://images.gitee.com/uploads/images/2019/0117/112451_d6754471_1574192.png) ![profile.png](https://images.gitee.com/uploads/images/2019/0117/112451_499f580f_1574192.png) ![theme.png](https://images.gitee.com/uploads/images/2019/0117/112451_a4e0016a_1574192.png) ![tag.png](https://images.gitee.com/uploads/images/2019/0117/112451_05569d9b_1574192.png) ![upload_attach.png](https://images.gitee.com/uploads/images/2019/0117/112451_50127984_1574192.png) ![attach.png](https://images.gitee.com/uploads/images/2019/0117/112451_66bac3bf_1574192.png) ![write_post.png](https://images.gitee.com/uploads/images/2019/0117/112454_1b3d8fa9_1574192.png) ![menu.png](https://images.gitee.com/uploads/images/2019/0117/112452_58ac3c2d_1574192.png) ![link.png](https://images.gitee.com/uploads/images/2019/0117/112452_ecf27d79_1574192.png) ![new_page.png](https://images.gitee.com/uploads/images/2019/0117/112455_e9bdbee6_1574192.png) ![option.png](https://images.gitee.com/uploads/images/2019/0117/112452_c40d529a_1574192.png) ![page.png](https://images.gitee.com/uploads/images/2019/0117/112452_6c1d4dd7_1574192.png) ![category.png](https://images.gitee.com/uploads/images/2019/0117/112452_0e35930e_1574192.png) ![index_archives.png](https://images.gitee.com/uploads/images/2019/0117/112453_cc8c9773_1574192.png) ![index_links.png](https://images.gitee.com/uploads/images/2019/0117/112453_1208a83f_1574192.png) ![index_post.png](https://images.gitee.com/uploads/images/2019/0117/112454_327abed1_1574192.png) ## 开源协议 [MIT](https://gitee.com/song_haozhi/mayday/blob/master/LICENSE) ## 致谢: 1. [SpringBoot](http://spring.io/projects/spring-boot) 版本2.0.4 2. [MyBatis](http://www.mybatis.org/mybatis-3/) ORM框架 3. [MySQL](https://www.mysql.com/) 数据库,版本5.6 4. [Maven](http://maven.apache.org/) 依赖管理 5. [Druid](https://github.com/alibaba/druid/) 阿里连接池 6. [Thymeleaf](https://www.thymeleaf.org/) spring官方推荐的模板引擎 7. [Vali Admin](https://github.com/pratikborsadiya/vali-admin) 后台模板 8. [jquery toast插件](http://www.jqueryfuns.com/resource/2412) 信息提示插件 9. [Font Awesome](http://www.fontawesome.com.cn/faicons/) 图标库 10. [Thumbnailator](https://github.com/coobird/thumbnailator) 压缩图片工具类 11. [Hutool](http://hutool.mydoc.io/) Hutool是一个Java工具包 12. [PageHelper](https://pagehelper.github.io/) mybatis分页插件 13. [Bootstrap-Fileinput](https://github.com/kartik-v/bootstrap-fileinput) bootstrap上传控件 14. [halo](https://github.com/ruibaby/halo) halo博客系统 15. [Ehcache](http://www.ehcache.org/) Java的进程内缓存框架 16. [MDTool](https://github.com/cevin15/MDTool) 将markdown转换为html的工具