1 Star 0 Fork 5

张培宇 / fairy-wiki

forked from shaock / fairy-wiki 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Fairy Wiki —— 知识库系统

Fairy2_small

可以在云端存储电子书、文档的知识库 Wiki 系统,一个由 Spring Boot + Vue3 搭建的全栈项目:

  • 前端 Vue CLI & Ant Design Vue 项目搭建
  • 后端 Spring Boot 搭建

界面设计

FairyWikiDemo

  • 用户管理
  • 电子书管理
  • 文档管理
  • 分类管理
  • 富文本框的集成
  • 图形统计报表展示
  • ....

关键技术点

  • axios 解决前后端分离架构的通信问题
  • AOP 日志记录
  • RocketMQ、WebSocket 异步化实现消息通知
  • ECharts 用于数据统计展示
  • 定时任务设计
  • Redis 存储用户 token 和登陆校验
  • Ant Design for Vue 用于构建前端界面
  • 多环境配置文件分别用于开发和生产
  • 统一异常处理
  • 拦截器过滤器
  • ......

启动方式

需要分别启动前端和后端

  • 后端启动方式:

    • 使用 IDEA 打开后,安装 lombok 插件
    • 启动 Redis
    • 启动 RocketMQ
    • 以 Maven 方式运行该 Spring Boot 项目
  • 前端启动方式:

    • 在 /web 子目录下,运行一下命令:
    $ cnpm -- install
    ...
    $ cnpm run serve-dev
    ...
MIT License Copyright (c) 2021 俞斌 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

使用 Spring Boot 和 Vue3 搭建的知识库 Wiki 系统 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/ZhangPeiYu/fairy-wiki.git
git@gitee.com:ZhangPeiYu/fairy-wiki.git
ZhangPeiYu
fairy-wiki
fairy-wiki
main

搜索帮助