Skip to main content

How To Setup Development Environment For Spring Boot

How To Setup Development Environment For Spring Boot


Following steps are required to set up the environment

  • Install Jdk1.8.0_181
  • Setup Java Path
  • Install Maven
  • Setup maven path
Step: 1 Download Jdk 1.8.0  and Install it


Step: 2 Setup Java Path as Given Below



Step :3 Verify JDK Installation as given below




Step: 4  Download & Install Maven 


Step :4 Set Maven Path as given below
  1. In the Environment Variables window, under System Variables, click the New button
  2. Variable name: M2_HOME  Variable value: c:\maven

Comments