sambamitra / book

Simple Spring Boot micro-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Book service

This is a simple micro-service based on Spring Boot.

Prerequisites

How to run

  • Clone the project
  • Build the project using : mvn clean install -DskipDockerBuild
  • Run the component using : java -jar book-0.1.0-SNAPSHOT.jar

Microservice architecture model

This project is part of an example microservice architecture model. For more details, go to Microservice Example

About

Simple Spring Boot micro-service


Languages

Language:Java 99.1%Language:Dockerfile 0.9%