An example of a RESTful WebServer developed using Spring & SpringBoot.
This simple server acts a Location-Service - it will return details of a physical location given a valid identifier (in the form of a UUID).
The fully fledged server uses the following:
- Spring Framework
- SpringBoot
- A CloudFoundry account (to deploy the server)
There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.
You will need:
- Java JDK 8 or higher
- Maven 3.1.1 or higher
- Git
Clone the project and use Maven to build the server
$ mvn clean install
You can deploy the server to CloudFoundry using:
$ cf push UUIDLocator -p <jar>
Open your browser at the following URL for Swagger UI (giving REST interface details):
https://uuidlocator.cfapps.io or just click here