# 研发任务管理系统 **Repository Path**: chenxiii/tasks ## Basic Information - **Project Name**: 研发任务管理系统 - **Description**: 自用的一套研发任务管理系统 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-02 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 研发任务管理系统 #### 介绍 作为研发组长自用的一套研发任务管理系统。 #### 软件架构 Apache Maven 3.2.5 Spring-boot 2.7.8 mybatis 2.3.0 shiro 1.9.1 POI 5.2.3 MySql 5.7 LayUI 2.11.5 #### 安装教程 1. nginx root设置为前端主目录(frontend) nginx 配置访问tasks前缀的统一指向后端端口号(默认8888) location / { root D:/source/tasks/frontend; index index.html; } location /tasks { proxy_pass http://127.0.0.1:8888; proxy_redirect off; } 2. 安装MySQL,并导入doc目录下的tasks.sql 3. cd到backend目录后执行:mvn clean spring-boot:run启动工程 4. 主界面:http://127.0.0.1 #### 使用说明 1. 从项目-产品-标品-应用-任务-人力的依次管理 #### 参与贡献 1. wuwen #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)