项目作者: iifast1

项目描述 :
SpringBoot + Spring Data JPA
高级语言: Java
项目地址: git://github.com/iifast1/eventApp.git
创建时间: 2019-04-15T07:25:17Z
项目社区:https://github.com/iifast1/eventApp

开源协议:

下载


eventApp [SpringBoot + Spring Data JPA]

IDE : Intellij IDEA 2018.2.4 (Community Edition).

postman : testing (localhost:8080/createsalle > Headers> key:Content-Type___Value:application/json)

Run Spring Boot app using Maven:

  1. mvn spring-boot:run

eventApp is an application for making room reservation for 2 types of rooms :

training(formation)/meeting(reunion).

Identifications of the actors

As part of our analysis, the actors we have identified are:

• * The administrator : he is responsible for the different settings of the application. Its role is to manage

environments and users.

• the trainer: it is the actor whose main role is to reserve a room for training or a meeting at a specific date.

• Room manager: the actor whose main role is to prepare the training / meeting rooms according to the list of reservations.