# SpringBoot+Vue的前后端分离个人博客系统 **Repository Path**: superb12580/SpringBootBlog ## Basic Information - **Project Name**: SpringBoot+Vue的前后端分离个人博客系统 - **Description**: 此部分为后端代码 前端Vue代码见https://gitee.com/superb12580/blog - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot+Vue的前后端分离个人博客系统 介绍 Spring Boot + Vue 实现个人博客系统 软件架构 前后端分离的个人博客系统 技术使用:SpringBoot、Vue、MySQL、Druid、axios、MyBatisPlus、elementUI等 #### 演示地址:http://101.43.254.35:8088 用户名:admin 密码:1 有效期至 2023/04/28 安装教程 前后端分别导入IDEA后配置即可 1.数据库连接配置(yml文件) 2.数据库表创建(sql脚本) 3.依赖导入(pom.xml) sql脚本:blog.sql 前后端分别导入后访问 http://localhost:8080 默认显示博客列表 参与贡献 作者:Superb Email:superb12580@163.com 特技 采用前后端分离开发 MyBatisPlus逆向生成mapper、entity、service、controller、mapper*.xml文件 采用分页技术 前后页面通过elementUI快速搭建 通过Markdown格式渲染博客显示效果