An example of a RESTful WebServer built using Spring
View the Project on GitHub donnachaforde/example-spring-rest
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:
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:
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