Maven for Microservices - HaymonEdmur/DockerConfiguration GitHub Wiki

Maven Installation

Maven for Eclipse

  • Eclipse IDE provides Maven through software installation. However install standalone instance on your local drive
  • Download and install Maven on local drive. Verify on command.com by mvn command
  • Add Maven bin directory in your PATH Variable
  • In Eclipse set Java SDK in Windows->Preferences->Java->Installed JREs ( This is for javac in Maven compilation phase)
  • Download zip by generating a SpringFramework project from https://start.spring.io
  • This Zip would have pom.xml
  • In Eclipse use Import->Maven->Existing Maven Project
  • Select a folder containing pom.xml ( extracted from zip file )
⚠️ **GitHub.com Fallback** ⚠️