Springboot-Microservices

This repo is suppose to help me learn more about building Springboot Microservices using Spring Cloud, Eureka, Kubernetes as well as other tools.

  • Create maven project using terminal
mvn archetype:generate -DgroupId=com.salascode -DartifactId=salasservices -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false