Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 688 Bytes

luckysheetServeLite

luckysheet协同-Java后台版本

参考博客:https://blog.csdn.net/u014632228/article/details/112711516
演示视频:https://www.bilibili.com/video/BV1cv411478D/

使用

使用方便,不需要折腾其他环境。有多方便,直接下载,idea导入运行。访问:http://localhost/

功能

与官方功能一样,自行体验。与官方版本 相比,差异如下:

  • 去除了Redis,不需要配置Redis环境
  • 去除了postgre,不需要配置数据库
  • 因为是springboot部署,所以不需要配置Nginx
  • 个人可以根据这个版本进行深度定制