Closed Guergeiro closed 4 years ago
distributed-systems-2019/ ├── placemanager-server/ │ ├── src/ │ ├── Dockerfile │ └── pom.xml │ └── rest-server ├── src/ ├── Dockerfile └── pom.xml
ComunicationHeartbeat.java
Place.java
ArrayList<Place>
Object
Note: The parameters to CREATE and UPDATE the place are codPostal and locality.
codPostal
locality
500
.travis.yml
File restructure
Improved
ComunicationHeartbeat.java
Place.java
since it belonged to anArrayList<Place>
.Object
and cast it to our needs. Could be an array, string, etc.FrontEnd Done!
Note: The parameters to CREATE and UPDATE the place are
codPostal
andlocality
.Some features:
500
status code when they don't respond to the requests.How to test:
General Fixes
.travis.yml
to account for these changes.