# wiki **Repository Path**: Q_include/wiki ## Basic Information - **Project Name**: wiki - **Description**: SpringBoot3 + Vue3 + Vue CLI + MySQL + Mybatis-Generator + Redis + RocketMQ + WebSocket + ECharts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-07 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot+Vue3 Wiki知识库系统 ## 项目初始化 * 需要本地安装好idea, nodejs 版本12.10,jdk17, mysql 8.0/5.7, navicat(数据库可视化工具) * 将下载好的源码,用idea打开 * 刷新maven依赖 * 安装vue cli ``` npm install -g @vue/cli@4.5.9 ``` * 初始化web模块 ``` cd web npm install ``` * 数据库配置在application.properties * 数据库初始脚本all.sql ## 项目启动 * 启动服务端:WikiApplication * 启动前端网站:web\package.json * 指令 ``` npm run serve-dev ``` ## 页面访问 * 网站地址: http://localhost:8081
初始用户名密码:test/test