/aBlog

个人博客系统

Primary LanguageHTML

简介

基于Springboot+thymeleaf+mybaits搭建的个人博客系统,用于个人学习交流。

更新中

技术栈

后端:

  • SpringBoot
  • SpringSecurity
  • Mybatis
  • mysql

前端:

  • html,js,css
  • thymeleaf
  • editor.md

架构

数据库表一览 image-dbtable

项目效果图

前台 image-20220210102800614

管理后台 image-20220215110400614

快速运行

  1. 克隆项目到本地
  2. 根据本地情况,修改项目中数据库的配置,配置文件位置为src/main/resources/application.properties
  3. 将resources目录下的blog.sql文件在Mysql数据库中执行。
  4. 配置完后,通过主程序即可启动。

项目信息

本项目前端使用了https://github.com/Kudaompq/Blog-template 提供的模板。在这里表示感谢🙇‍,如有侵权,联系立即删除。

后端设计思路参考了 Vblog项目 https://github.com/lenve/VBlog ,感谢🙇‍