idea 项目配置
Y2Say
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Gradle版本问题
@Idea Gradle版本不匹配Gradle版本问题java.lang.AbstractMethodError: org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier()Lorg/gradle/api/artifacts/ModuleIdentifierIdea 2018.1不支持gradle-5.0以上版本。可以选择gradle-4.0+版本...原创 2020-07-03 11:23:56 · 471 阅读 · 0 评论 -
Idea热部署,安装jrebel
1、 File->Settings->Plugins->搜索jrebel->searchrepositories->选择JRebel for IntelliJ->Install2、 登录网站https://my.jrebel.com/3、 注册/登录Twitter或facebook账号4、 登录邮箱,查看邮件中的链接,复制Activation原创 2017-06-15 13:56:32 · 1234 阅读 · 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 · 252 阅读 · 0 评论
分享