Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 451 Bytes

springboot-microservices-demo

Spring Boot solution to demonstrate its microservices capabilities!

How to Build

This project uses maven as the build tool. Use following command to build the project.

  • mvn clean install

How to Run

Using Maven Wrapper Spring Boot Plugin

  • ./mvnw spring-boot:run

How to Access