# 880在线wiki文档管理系统 知识库管理系统 电子书管理系统SpringBoot3+Satoken+Bootstrap5+SpringDataJPA+Freemarker++CKEditor5
**Repository Path**: zhiyuyan/880
## Basic Information
- **Project Name**: 880在线wiki文档管理系统 知识库管理系统 电子书管理系统SpringBoot3+Satoken+Bootstrap5+SpringDataJPA+Freemarker++CKEditor5
- **Description**: 880-在线wiki文档管理系统,知识库管理系统,电子书管理系统。SpringBoot3+Satoken+Bootstrap5+SpringDataJPA+Freemarker+CKEditor5
- **Primary Language**: Java
- **License**: MulanPubL-2.0
- **Default Branch**: master
- **Homepage**: http://www.880.xin/
- **GVP Project**: No
## Statistics
- **Stars**: 10
- **Forks**: 3
- **Created**: 2023-10-25
- **Last Updated**: 2025-07-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README











___
# 介绍
880-在线wiki文档管理系统,知识库管理系统,电子书管理系统。不随波逐流,追求至简至用。
# 开发环境
JDK21 + spring boot3 + spring date JPA + FreeMarker + Sa-Token + Bootstrap5+CKEditor5
# 项目截图
1.项目后台截图




2.spring data jpa repository继承关系图:

# 演示网站
http://121.43.170.103/
# 源码下载安装
项目下载到本地以IDEA为例:
1)复制URL

2)新建来自版本控制的项目

3)URL粘贴到指定位置

# 运行源码
1)在 application.properties 配置数据库信息
2)运行 App880.java
3)前台地址:http://127.0.0.1:8080
4)系统后台地址:http://localhost:8080/system/index
5)用户空间地址:http://localhost:8080/home/index
6)登录地址:http://localhost:8080/login (登录名称:test ; 登录密码:123456)
# 打包成jar部署到服务器
CMD运行:java -jar zhiyin.jar