Files
qiaoqiaoyun/README.md
2025-10-27 16:26:28 +08:00

26 lines
555 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.
敲敲云零代码平台
===============
最新版本: 2.2.0发布日期2025-10-28
本地快速部署(敲敲云)
-----------------------------------
解压安装包v2.2.0.zip
```
- 1.本地安装jdk7+
- 2.执行下面的Mysql脚本(自动创建数据库qiaoqiaoyun)
qiaoqiaoyun.sql
- 3.修改数据库和redis等配置
修改 config/application-prod.yml详见 https://help.qiaoqiaoyun.com/open/simpleStart.html
- 4.双击 start.bat 启动后台
- 5.访问敲敲云
http://localhost
账号密码admin/123456
```