idea 项目配置
Y2Say
这个作者很懒,什么都没留下…
展开
-
Gradle版本问题
@Idea Gradle版本不匹配 Gradle版本问题 java.lang.AbstractMethodError: org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier()Lorg/gradle/api/artifacts/ModuleIdentifier Idea 2018.1不支持gradle-5.0以上版本。可以选择gradle-4.0+版本 ...原创 2020-07-03 11:23:56 · 399 阅读 · 0 评论 -
Idea热部署,安装jrebel
1、 File->Settings->Plugins->搜索jrebel->searchrepositories->选择JRebel for IntelliJ->Install 2、 登录网站https://my.jrebel.com/ 3、 注册/登录Twitter或facebook账号 4、 登录邮箱,查看邮件中的链接,复制Activation原创 2017-06-15 13:56:32 · 1192 阅读 · 0 评论 -
IDEA Springboot 项目热部署
Springboot项目热部署的几种方式 1、添加依赖 //gradle热部署 compile ('org.springframework.boot:spring-boot-devtools') //Maven热部署 <dependency> <groupId>org.springframework.boot</groupId> ...原创 2019-02-19 13:42:57 · 209 阅读 · 0 评论