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 před 7 roky
config added application.yml + implemented methods před 7 roky
src added application.yml + implemented methods před 7 roky
test/java/fr/sayasoft/fake/zinc TDD-style, added tests and empty methods first před 7 roky
.gitattributes added POM etc. před 7 roky
.gitignore added POM před 7 roky
README.md added POM etc. před 7 roky
pom.xml added POM etc. před 7 roky

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