masudjbd/mumscrum

SCRUM Development tools

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Java

Type:scrumtools

dev-master 2015-07-21 17:30 UTC

This package is not auto-updated.

Last update: 2020-01-10 15:31:43 UTC


README

MUM Scrum project

Build Pass

@Configuration:

  1. Need to install mysql and create a new database called mumscrum.
  2. Another changes you have to make as follows: Location: /WEB-INF/spring/webcontext/DispatcherServlet-context.xml from:

to create

user credentials as follows:-

//HR System Admin user: Admin pass: 123456

//Product Owner user: powner pass: 123456

//Scrum Master user: smaster pass: 123456

//Developer user: developer pass: 123456

//Tester user: tester pass: 123456