Files
fmt/README.md
紫影233 c4f4f3afab update README.md.
Signed-off-by: 紫影233 <1440196015@qq.com>
2024-03-08 01:38:23 +00:00

32 lines
737 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# fmt
#### 介绍
1. 简易文件传输管理系统
2. 文件下载、文件上传、在线日志
#### 软件架构
1. Jdk 17
2. Maven 3.6.3
3. SpringBoot 3.1.1
4. SpringBoot Starter Thymeleaf 3.1.1
5. SpringBoot Starter WebSocket 3.1.1
6. RocksDB 8.3.2
7. Hutool Json 5.8.21
7. AXUI 2.0.14
#### 安装教程
1. 项目导入IDEA配置Jdk、Maven根据自己实际环境修改配置文件然后启动项目
2. 下载发行版本压缩包解压后修改bin目录下的启动文件配置然后执行即可
#### 使用说明
1. 启动项目访问http://127.0.0.1:8098/fmt
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request