- mkdir C:\spring
- cd C:\spring
- C:
- wget --no-check-certificate http://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.1.4.RELEASE/spring-boot-cli-1.1.4.RELEASE-bin.zip
- unzip spring-boot-cli-1.1.4.RELEASE-bin
- rm -f spring-boot-cli-1.1.4.RELEASE-bin.zip
- cd spring-1.1.4.RELEASE
- setx SPRING_HOME "%cd%"
- refreshenv
- cd bin
- setx PATH "%PATH%;%cd%"
- refreshenv
- spring --version
Please make sure you have installed choletey and GNU unix-utils for Windows and go theough this article if you dont have any of above commands preinstalled :
No comments:
Post a Comment