Skip to content

sambamitra/employee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Employee 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 employee-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