Skip to content

masudjbd/MUMScrum

Repository files navigation

MUMScrum

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