https://github.com/gujinicy/mayday
mayday博客系统,基于springboot、mybatis、ehcache、thymeleaf、bootstrap做的博客系统,完美自适应,支持markdown编辑器
https://github.com/gujinicy/mayday
blog blog-engine blog-platform ehcache hutool mayday mybatis spring-boot thymeleaf valine
Last synced: about 2 months ago
JSON representation
mayday博客系统,基于springboot、mybatis、ehcache、thymeleaf、bootstrap做的博客系统,完美自适应,支持markdown编辑器
- Host: GitHub
- URL: https://github.com/gujinicy/mayday
- Owner: gujiniCY
- License: gpl-3.0
- Created: 2018-10-08T13:21:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:14:49.000Z (about 1 year ago)
- Last Synced: 2025-03-24T11:48:53.892Z (2 months ago)
- Topics: blog, blog-engine, blog-platform, ehcache, hutool, mayday, mybatis, spring-boot, thymeleaf, valine
- Language: Java
- Homepage:
- Size: 3.91 MB
- Stars: 130
- Watchers: 5
- Forks: 63
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mayday
> **mayday博客系统是我想边学习springboot和thymeleaf编写的一个java博客系统**
> **取名mayday可能是因为我是五月天的假粉丝吧!**
> **如果对你有帮助的话请右上角点个star,非常感谢!**
 [](https://github.com/gujiniCY/mayday/blob/master/LICENSE) [](https://github.com/gujiniCY/mayday)[](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
7. 后台管理系统地址http://localhost:8091/admin### 关于评论功能
目前没有打算自己写评论功能。用的两个评论插件[gitalk](https://github.com/gitalk/gitalk)和[valine](https://ioliu.cn/2017/add-valine-comments-to-your-blog/)
## 图片演示




















## 开源协议
[GPL-3.0](/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的工具