# bootdo **Repository Path**: guet773/bootdo ## Basic Information - **Project Name**: bootdo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bootdo项目 #### 介绍 本项目为通用预案子系统。 #### 安装教程 1. 拉取项目:`https://gitee.com/liang_darling/bootdo.git` 2. 工具:IDEA 3. JDK版本:1.8 4. 项目入口:`.\bootdo\src\main\java\com\bootdo\BootdoApplication.java` 5. 后台管理系统:`http://localhost:5555/index` 6. 指挥调度系统:`http://localhost:5555/Emergency/web/backend/pages/index.html` #### 使用说明 1. 拉取完项目后,切换分支为Dev:`git checkout dev` 2. 拉取当前分支最新代码:`git pull` 3. 提交代码: `git add .` `git commit -m"提交描述"` `git pull` 提交之前一定要先拉取一下远程仓库代码下来合并!!! `git push -u origin master` 4. 查看仓库状态:`git status` 猴子都能看懂的git -> https://backlog.com/git-tutorial/cn/