# 基于springboot的博客系统 **Repository Path**: wu_instinct/MyBlog ## Basic Information - **Project Name**: 基于springboot的博客系统 - **Description**: 前后端分离架构,前端vue后端springboot缓存redis。 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-09-26 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot 练手实战项目说明 项目讲解说明: 后端工程:blog-api 先启动本地redis 然后导入maven项目 先clean再install 然后启动后端项目 项目使用技术 : springboot + mybatisplus+redis+mysql+vue 登录:账号密码 :admin admin # 1. 工程搭建 前端的工程:blog-app ~~~shell npm install npm run build npm run dev ~~~