You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic template of a RESTful project using Jersey, Spring, Spring Data JPA and Hibernate. The project is a Google App Engine standard project developed in Eclipse EE. You can easily deploy it in your Google Cloud App Engine.
In this assignment you will be tasked with building an application that will schedule rooms for use. Your application must be capable of the following things: • The ability to add and delete rooms. You should not be able to add the same room twice nor should you be able to delete a room that currently has bookings • The ability to add and delete…