广东东软学院本科毕业设计(论文)基于 Spring Boot 的软件 bug 管理系统设计与实现 Design and Implementation of Software Bug Management System Based on Spring Boot为实现高效的管控 bug,更好的提高开发质量,本文提供了一个MIS 系统设计方案。从用户实用性的角度出发,根据大部分用户的习性,用一套美观的 ui 构建一个轻量级的 bug 管理系统。本文采用分前后端开发,后端采用 Spring Boot 框架,使用 idea 开发工具,前端采用 vue框架,使用 visual studio code 开发工具。bug 管理系统涵盖了项目管理、工作台、文档管理、消息管理、系统管理等功能,系统管理功能还包含很多基础的功能、用户管理、组织管理、菜单管理、快码管理等。本文主要阐述了如何处理一个 bug、如何管理一个项目、如何实现消息的推送,如何上传下载文件。对于 java 开发 web 应用程序的初学者有着很重要的意义,本文中规范化的开发、模块化的设计值得初学者借鉴。关键词:bug 通用 mapper Spring Boot Mybatis bug 生命周期 流转广东东软学院本科毕业设计(论文)AbstractIn order to achieve efficient management and control of bugs and better improve development quality, this article provides a MIS System design plan. From the perspective of user practicality, according to the habits of most users, Build a lightweight bug management system with a beautiful set of UI. This article uses front-end and back-end development, the back-end uses the Spring Boot framework, uses idea development tools, and the front-end uses the vue framework, using visual studio code development tools. The bug management system covers project management, workbench, document management, message management, system management and other functions. The system management function also includes many basic functions, user management, organization management, menu management, and quick code management. This article mainly explains how to deal with a bug, how to manage a project, how to push messages, how to upload an...