Git Product home page Git Product logo

problem's Introduction

no-problem BUG管理系统 (开发版)

此项目是正在开发的一个BUG管理系统,提供了基本的bug管理功能,基本功能如下:

  • 1、项目基本信息维护 (创建项目、修改项目信息、项目成员管理)
  • 2、用户管理
  • 3、BUG维护(提交BUG,修复BUG,BUG指派,审核等功能)
  • 4、BUG统计

项目配置:

  • 1、创建数据库, 数据库名称为 no_problem
  • 2、执行db-design/sql下的脚本创建数据表
  • 3、在backend/src/main/resources/application-pro.yml中设置项目相关配置,配置如下
spring:
  datasource:
    url: jdbc:mysql://localhost:3306/no_problem?characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&allowMultiQueries=true&useSSL=false //数据库连接url
    username: npdbo //数据库账号
    password: 123 //数据库密码
aliyun:
  oss:
    displayUrl:阿里云图片显示url,注意:不要以"/"结尾
    accessKey:阿里云OSS Accesskey
    secret:阿里云OSS AccessSecret
    endPoint: 阿里云OSS endPoint
config:
  openRegister: false //是否开启用户自己注册创建项目

配置解释:
config.openRegister: 如果开启,用户可以自己注册账号,创建项目并且管理自己的项目。如果为false, 则只有超级管理员具有创建项目和管理成员的功能,所有成员的账号都需要超级管理员创建。

项目部署:

  • 1、安装mysql 5.7+的版本
  • 2、源代码通过mvn管理,可clone源代码自行build项目运行

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.