Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/

manifest.yml 165B

123456789
  1. ---
  2. applications:
  3. - name: gs-rest-service
  4. memory: 256M
  5. instances: 1
  6. host: rest-service
  7. domain: guides.spring.io
  8. path: build/libs/gs-rest-service-0.1.0.jar