Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/
Jonathan LALOU 2e6e5371db added application.yml + implemented methods hace 7 años
config added application.yml + implemented methods hace 7 años
src added application.yml + implemented methods hace 7 años
test/java/fr/sayasoft/fake/zinc TDD-style, added tests and empty methods first hace 7 años
.gitattributes added POM etc. hace 7 años
.gitignore added POM hace 7 años
README.md added POM etc. hace 7 años
pom.xml added POM etc. hace 7 años

README.md

!!! This repository is not linked in any manner to Zinc.io or ZincAPI.com !!!

Abstract

Basic server playing as a Fake Zinc.io server.

Features

This allows to get and post orders, without consuming the real API and therefore saving billing...

Technical

  • based on Spring Boot, forked from https://github.com/spring-guides/gs-rest-service
  • server: Undertow on localhost:9090
  • build: mvn clean install
  • run : mvn spring-boot:run