Docker,Spring Data REST,Spring Data JPA和Hibernate Validator Sandbox Project
Blogposts:
Sandbox repository to showcase creating a discoverable REST API for your application domain model using HAL as media type.
Technology stack:
Gamified MVP is a RESTful OpenTravel Service Server called Wanderlust. Wanderlust exposes an API that can be used by travelling agents to submit their latest and greatest destinations and holiday package recommendations to Wanderlust. Wanderlust will validate and store only the relevant ones.
$ git clone https://github.com/cristinanegrean/wanderlust-open-travel-api
$ cd wanderlust-open-travel-api
$ docker-compose up
where 192.168.99.100 is the IP address of the docker machine. Issue bellow command to find on what IP address you should use:
$ docker-machine ip default