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 4fae29a948 FakeZinc: updated request mapping 7 年之前
config added application.yml + implemented methods 7 年之前
doc moved ZincAPI doc to specific folder 7 年之前
src FakeZinc: updated request mapping 7 年之前
test/java/fr/sayasoft/fake/zinc FakeZinc: updated request mapping 7 年之前
.gitattributes added POM etc. 7 年之前
.gitignore added POM 7 年之前
README.md added POM etc. 7 年之前
pom.xml * bulk: * [master d492966] FakeZinc: (failed) retrieve, extract and return idempotency from OrderRequest to requestId * [master 8c33d50] updated default baseURL for ZincAPI * [master 8c33d50] populated method AssetHelper.buildOrderRequest() * [master bb30937] added OrderRequestUnitTest * [master d95d1b1] added added unit test * [master 2f98f2d] fake-zinc: added dependency to commons-lang 7 年之前

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