All Projects → gujiniCY → mayday

gujiniCY / mayday

Licence: GPL-3.0 license
mayday博客系统,基于springboot、mybatis、ehcache、thymeleaf、bootstrap做的博客系统,完美自适应,支持markdown编辑器

Programming Languages

java
68154 projects - #9 most used programming language
SCSS
7915 projects
Less
1899 projects

Projects that are alternatives of or similar to mayday

RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+3.54%)
Mutual labels:  thymeleaf, mybatis, hutool
springboot-action
Spring Boot 入门学习示例。
Stars: ✭ 29 (-74.34%)
Mutual labels:  thymeleaf, mybatis, ehcache
springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-84.96%)
Mutual labels:  thymeleaf, mybatis, ehcache
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-79.65%)
Mutual labels:  thymeleaf, mybatis, ehcache
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (+80.53%)
Mutual labels:  thymeleaf, mybatis
polkadot-apps
Fork of Polkadot.js Apps with Subsocial types.
Stars: ✭ 17 (-84.96%)
Mutual labels:  blog-engine, blog-platform
spring-boot-examples
本仓库为《Spring Boot 系列文章》代码仓库,欢迎点赞、收藏。
Stars: ✭ 52 (-53.98%)
Mutual labels:  thymeleaf, mybatis
waynboot-sso
基于SpringBoot,Shiro,Redis,Mybatis,SSO的多模块系统,包含了SSO单点登陆, 通用后台管理,NewBee-mall商城,每日一文等多个模块,支持Shiro与SSO模块的集成,易于上手,学习,二次开发。
Stars: ✭ 33 (-70.8%)
Mutual labels:  thymeleaf, mybatis
Sns Forum Website
牛客网高级项目(SNS+社区问答类网站)
Stars: ✭ 143 (+26.55%)
Mutual labels:  thymeleaf, mybatis
blog-ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 487 (+330.97%)
Mutual labels:  thymeleaf, mybatis
spring-boot-crud-example
Spring Boot + MyBatis + Thymeleaf实现简单留言板应用
Stars: ✭ 17 (-84.96%)
Mutual labels:  thymeleaf, mybatis
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+2023.89%)
Mutual labels:  thymeleaf, mybatis
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+1676.99%)
Mutual labels:  thymeleaf, mybatis
Springboot Examples
spring boot 实践系列
Stars: ✭ 216 (+91.15%)
Mutual labels:  thymeleaf, mybatis
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (+40.71%)
Mutual labels:  thymeleaf, mybatis
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (-35.4%)
Mutual labels:  blog-engine, blog-platform
my-blog-project
这个项目只是我自己练手的,链接地址是基于该项目的docker版本,感谢!
Stars: ✭ 13 (-88.5%)
Mutual labels:  thymeleaf, mybatis
Ruoyi Oracle
(RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 134 (+18.58%)
Mutual labels:  thymeleaf, mybatis
Blog Ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 130 (+15.04%)
Mutual labels:  thymeleaf, mybatis
t-blog
简洁的个人博客系统 springboot+thymeleaf+mybatis+tale.js+redis
Stars: ✭ 22 (-80.53%)
Mutual labels:  thymeleaf, mybatis

mayday

mayday博客系统是我想边学习springboot和thymeleaf编写的一个java博客系统

取名mayday可能是因为我是五月天的假粉丝吧!

如果对你有帮助的话请右上角点个star,非常感谢!

JDK LICENSE starstar

使用说明

  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

如果使用又拍云cdn的话请到参数跟随里面设置全程跟随以及开启重定向跟随

关于评论功能

目前没有打算自己写评论功能。用的两个评论插件gitalkvaline

图片演示

install.png index.png login.png admin.png post.png profile.png theme.png tag.png upload_attach.png attach.png write_post.png menu.png link.png new_page.png option.png page.png category.png index_archives.png index_links.png index_post.png

开源协议

MIT

致谢:

  1. SpringBoot 版本2.0.4
  2. MyBatis ORM框架
  3. MySQL 数据库,版本5.6
  4. Maven 依赖管理
  5. Druid 阿里连接池
  6. Thymeleaf spring官方推荐的模板引擎
  7. Vali Admin 后台模板
  8. jquery toast插件 信息提示插件
  9. Font Awesome 图标库
  10. Thumbnailator 压缩图片工具类
  11. Hutool Hutool是一个Java工具包
  12. PageHelper mybatis分页插件
  13. Bootstrap-Fileinput bootstrap上传控件
  14. halo halo博客系统
  15. Ehcache Java的进程内缓存框架
  16. MDTool 将markdown转换为html的工具
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].