Package com.Server.controller
com.Server.controller has all controller use to support client by http protocol.
Controllers use authorization.
-
Class Summary Class Description AdminController Admin Controller used to Test whether Server is correct work.AuthenticationController AuthenticationController is use to authentication and register user.CarController CarController is use to supports operations about database table Car.CarControllerTest Test Car ControllerExceptionController Exception Handle controllerHelloController HelloController is use to check whether swagger library is work.LocalizationController LocalizationController is use to supports operations about database table Localization.LocalizationControllerTest Test Localization ControllerReservationController ReservationController is use to supports operations about database table Reservation.TestController TestController is use to check whether Server is running and check role user work.UserController UserController is use to supports operations about database table User.