# 知识库
**Repository Path**: gyx293/knowledge-base
## Basic Information
- **Project Name**: 知识库
- **Description**: 使用springboot加vue开发的在线知识库系统
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 3
- **Created**: 2022-11-18
- **Last Updated**: 2024-09-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# SpringBoot知识体系+Vue3,知识库系统
## 相关软件
* jdk-8u221-windows-x64.exe
* ideaIU-2019.2.3.exe
* Git-2.23.0-64-bit.exe
* mysql-installer-community-5.7.27.0.msi
* jdk-8u261-linux-x64.tar.gz
* Redis-x64-5.0.14
* rocketmq-4.71
## 源码下载
* 使用下面的命令将源码从远程仓库拉取到本地,需要本地提前安装好git
```
git clone https://git.imooc.com/coding-474/jiawawiki.git
会配置ssh的,可以用ssh:
git clone ssh://git@gitee.com:gyx293/knowledge-base.git
```
## 项目初始化
* 需要本地安装好idea, nodejs,jdk1.8, mysql8.0/5.7, navicat(数据库可视化工具)
* 将下载好的源码,用idea打开
* 刷新maven依赖
* 安装vue cli
* 初始化web模块
```
cd web
npm install
```
* 新建数据库, 数据库配置在application.yml
## 项目启动
* 启动服务端:Main类
* 启动前端网站:web\package.json
## 页面访问
* 网站地址: http://localhost:8080
初始用户名密码:test/test