# lz-blog **Repository Path**: lz0816/lz-blog ## Basic Information - **Project Name**: lz-blog - **Description**: 基于SpringBoot + Vue 的个人博客,MySQL数据库,Redis缓存,支持留言、友链、评论等功能。目前已实现vue2版本,下面将会实现vue3版本。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, Spring, SpringBoot, Spring-MVC, Java ## README ## 博客介绍

基于Springboot + Vue 开发的前后端分离博客

## 本地运行 1. 前端先运行`npm install`、再运行`npm run dev` 2. 后端maven安装依赖 手动调整数据库连接地址以及账号密码 3. sql在boot项目下 4. 文件上传相关配置 需调整为自己的七牛云账号相关配置 ## 项目特点 - 前后端分离 - 前端采用vue2 ## 技术介绍 **前端:** Vue2 + Vue Router + Axios + Element **后端:** SpringBoot + Mysql + Redis +MyBatisPlus ## 后续计划 1. 将前端更换为vue3 + ts 版本 2. 优化部分重复逻辑