Files
fmt/版本记录/readme.md

18 lines
569 B
Markdown
Raw 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.
> v1.0.0
```
使用SpringBoot3.1.1 + Jdk17搭建项目
集成AxUIv2.0.14实现文件上传、文件下载
集成RocksDBv8.3.2使用RocksDB做嵌入式缓存中间件
```
> v1.1.0
```
配置logback-spring.xml日志输出到控制台和文件
集成WebSocket解析日志文件实现实时在线日志查看
```
> v1.2.0
```
AxUI从v2.0.14升级到v2.1.1
使用Promise封装XMLHttpRequest做异步请求
修改日志文件生成及读取位置
上传文件格式新增支持js、css、html、vsdx、dmp、7z、ppt、pptx
```