Giter Site home page Giter Site logo

pm's Introduction

项目管理软件

介绍

使用JAVA语言写的项目管理软件,可以跟踪任务和bug的进度,实现对任务和bug全生命周期管理。

这个项目是很早之前开发的(大约在2008年前后),所以使用的技术是传统的JSP/Servlet+JDBC方式。虽然技术比较老了,但是系统仍然可以正常运行。同时由于技术比较单一,依赖又少,所以对于初级开发人员代码也可以看懂,这样运营的成本比较低。现在开放出来,供大家使用,如果出现任何疑问,可以随时提Issue。

安装说明

具体的使用方法如下:

  1. 首先下载并安装JavaSDK,最新版和老版本都行,代码兼容性很好 :)
  2. 下载并安装MySQL数据库 (密码同时要配置在database.properties文件中)
  3. 导入sql目录下的数据库初始化sql文件(没想到当时写的sql语句在新版MySQL上仍然能运行,并且没有任何错误,比较惊讶:D)
  4. 下载解压Tomcat
  5. 把dist目录下war文件放到Tomcat下的webapps目录。(也可以自己重新打war)
  6. 启动Tomcat (windows运行bin/startup.bat或者Linux上运行startup.sh)
  7. 打开浏览器访问http://localhost:8080
  8. 看到登录页面后,输入admin/123进入系统。

祝大家使用愉快!

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.