I would like to set up a dev environment on my Windows 7 machine so i can create a spring-boot application. However, i'm having a hard time installing Spring-boot on windows.
This is what i have done so far: -Downloaded spring-boot CLI zip package and unzipped in C drive -JAVA_HOME variable set to c:\Program Files (x86)\Java\jdk1.6.0_14 -SPRING_HOME variable set to C:\spring-1.3.0.BUILD-SNAPSHOT -Added SPRING_HOME/bin to PATH environment variable
It says to add symlink to auto-completion script but i do not know how to do that. Not surprisingly when i test installation with "spring --version" command, it fails.
Anybody has done this before?
Thanks!