/spring-microservice

Spring Microservices Multi Module Development using api-gateway, zipkin and sluth. Use this repo to get an understanding on distribute systems

Primary LanguageJava

Spring -MicroService

An example of a RESTful web service developed using Spring & SpringBoot.

Requirements

The fully fledged server uses the following:

  • Spring Framework
  • SpringBoot

Dependencies

There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.

Building the project

You will need:

  • Java JDK 8 or higher
  • Maven 3.1.1 or higher
  • Git
  • Clone the project and use Maven to build the server
  • $ mvn clean install