2025-08-17 13:51:37 +08:00

10 lines
471 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.

## 编译流程
- 1、 运行 `resources-initialize.bat` 初始化默认资源获取目录
- 2、 dist 存放前端 build 内容
- 3、 script 将按照数据库名称存放SQL脚本
- 4、 server 存放后端 jar
- 5、 web 存放 nginx 程序
- 6、 启动 `install-win7-model.iss` 进行编译,编译完成后 Release 文件夹中会出现编译后的安装包
- 7、 配合 base 编译后安装程序,形成完整运行环境,支持 Windows 7 运行