Gradle installation in Windows

1. to https://services.gradle.org/distributions/ official website to download groovySDK, then unpack the archive.

  Select -bin.zip file to download

 

 

 

2. Configure the classpath environment variable

  1. Create a new system variable GROOVY_HOME, the above extraction path variable is:

 

 

 

   2. add the system variable Path in the path:% GROOVY_HOME% \ bin

 

   Add the environment variable can also use this command elsewhere in the system.

 3. Enter groovy -v to see if the following results in cmd window, that is the case the installation was successful:

 

 4. Construction of springboot project with gradle:

  Select Create a spring boot project, you can then choose to gradle project

Guess you like

Origin www.cnblogs.com/lyjblogg/p/12088813.html