# 基于springboot+vue的博客论坛系统设计与实现 **Repository Path**: poida/har-blog ## Basic Information - **Project Name**: 基于springboot+vue的博客论坛系统设计与实现 - **Description**: 前后端由个人全栈从零开发, 基于 Springboot+vue 的前后端分离的多用户博客论坛系统。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2024-04-25 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _《基于 springboot+vue 的博客论坛设计与实现》_ | |技术栈 | |---|---| | 前端 | Vue3、 Vue-Router、 Axios、 Pinia、TypeScript、JavaScript、 Element Plus | | 后端 | Springboot、 Mybatis Plus、 Spring Security、 JWT、 Knife4j(API 文档工具) | | 数据库 | MySQL、 Redis | | 编译工具 | idea、 vscode| 开发环境: | | 版本 | |---|----| | java JDK | 1.8 | | mysql | 8.2.0 | |redis|5.0.14.1| | node.js | 8.19.3 | | vue.js | 3.4.21 | 项目描述: 前后端由个人全栈从零开发, 基于 Springboot+vue 的前后端分离的多用户博客论坛系统。 登陆与权限认证采用 RBAC 模型结合 Spring Security+JWT 的方式, 登陆后每次请求需要通过 Spring Security 的权限字认证。前端后台实现动态路由与动态菜单,在前端后台可动态增加用户类 型、动态赋予权限、 动态增添菜单项。 后端采用模块化开发,便于项目管理、 依赖管理以及后期增添模块。前端同时开发了前台与后 台,后台用于管理网站,进行权限管理。 前台每个用户均可发布文章、 管理文章、 发布评论、参与 讨论区的讨论。