Gradle插件安装(Spring Tool Suite)
程序员文章站
2022-05-03 09:05:36
...
在使用STS时,发现从eclipse marketplace中安装的gradle插件并未生效。
查看STS的说明文档和gradle插件说明后,发现需要使用特定版本的gradle插件。
STS说明文档可参见:
https://docs.spring.io/sts/docs/2.9.0.old/reference/html/gradle/installation.html
gradle插件说明可参见:
https://github.com/spring-projects/eclipse-integration-gradle/blob/master/README.md
插件说明节选:
Installing from the STS dashboard:
The easiest way to install is from the STS Dashboard "Extensions" page.
First download and install a recent release of STS or Groovy and Grails Toolsuite (GGTS) version 3.0.0 or later.
Open the Dashboard and select the 'Extensions' Tab.
Search for "Gradle" or "Groovy" depending on what you are installing, select it and click "Install".
Review the list of software that will be installed and click "Next".
Review and accept licence agreements and click "Finish".
现记录安装过程如下:
(1)点击dashboard
(2)进入Extensions
(3)查找Gradle并安装
(4)重启STS
至此,gradle插件生效。
上一篇: 教我徒弟Android开发入门(三)
下一篇: 数组去重的三种方法
推荐阅读
-
Eclipse添加spring-tool-suite插件
-
MAGIX SOUND FORGE Pro Suite音频处理软件插件安装激活图文教程
-
Eclipse 安装spring插件spring tool suite(STS)【转载于百度】
-
IDEA社区版创建spring boot项目的安装插件的图文教程
-
红巨星插件Magic Bullet Suite 13安装及汉化图文教程
-
Eclipse安装不了AXIS2 Tool插件(转载)
-
为Gradle安装Tomcat插件
-
为Gradle安装Tomcat插件
-
针对eclipse安装spring插件安装失败或者后不显示spring文件或者的解决办法
-
玩转 SpringBoot 2 快速搭建 | Spring Tool Suite篇