Microservices with Spring Boot – The Ultimate Beginners Guide

Maven in 5 Minutes

Installation

In order to use Maven, you must have Java installed on your system.

Creating a Project

In order to begin your project, you will need to create a directory and start a shell in that location. Use the following Maven goal to do so from your command line:

mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

mvn archetype:generate -DgroupId=com.yuriyni -DartifactId=yuriyni-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

Minikube

Docker

How to create docker image

How to docker-hub

How to run image on Kubernetes