- 本地私有仓库,无需配置模板 - 删除 application-dev.yml.example - 删除 bootstrap.yml.example - 删除 env.properties.example - 删除 application.yml.example - 删除 service.properties.example - 更新 .gitignore 移除敏感信息忽略规则
1. 配置文件不包含 *example 文件 2. scripts 目录迁移到项目根目录 3. env.properties 迁移到 scripts 目录 4. MAIN_CLASS 参数迁移到 service.properties 5. assembly.xml 更新脚本和配置文件路径 6. 添加前端打包脚本: - build-web.sh: 管理后台打包 - build-mobile.sh: 移动端H5打包 - build-all.sh: 全量打包 7. 更新 .gitignore 忽略配置