Skip to content

SpringBoot + MyBatis 个人博客

Notifications You must be signed in to change notification settings

seasky-wjl/BadBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

演示地址 (服务器已过期)

BadBlog

简介

BadBlog 集成 Editor.md 编辑器的个人博客系统 ,

Shell 脚本实现将数据库备份至码云私有仓库

实现功能

  • 发布,编辑,删除文章
  • 文章分类,归档
  • 文章类别新建,编辑,删除
  • 模糊查询
  • 登录后台
  • 通过邮箱验证码找回密码
  • Shell脚本 备份数据库至码云私有仓库

使用技术

  • 后端
    • 核心框架: Spring Framework 4.3.10 + SpringBoot 1.5.6
    • 视图框架: SpringMVC 4.3.10
    • 持久层框架: MyBatis 3.4.5
    • 模板引擎: Thymeleaf 2.1.5
  • 前端
    • JS库: jQuery 1.12.4
    • CSS框架: Bootstrap3.3.7
  • 其他
    • Markdown编辑器: Editor.md 1.5.0
    • 粒子效果: particles.js 2.0.2

数据库设计

数据库表设计

运行效果

  • 演示地址 | 内置tomcat端口已修改为:8888

  • 首页

    首页

  • 文章展示

    文章展示

  • 编辑 || 新建文章

    编辑/新建文章

  • 分类

    分类

  • 搜索

    搜索

  • 归档

    归档

  • 后台首页

    后台首页

  • 分类管理

    分类管理

  • 登录

    登录

  • 忘记密码

    忘记密码

About

SpringBoot + MyBatis 个人博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.1%
  • HTML 27.0%
  • CSS 15.9%