-
关闭idea2020的注释doc的rendered view模式
preferences → Editor → General → Appearance →
Render documentation comments on files opening去掉勾选
-
项目依赖的snapshot更新不实时
preferences → Build,… → Build Tools → Maven → Always update snapshots
-
Error:java: OutOfMemoryError: insufficient memory
preferences → Build,… → Compiler → Build process heap size 调大
-
Command line is too long
4.1. plan1: .idea/workspace.xml 以下标签中添加以下属性
<component name="PropertiesComponent">
<!--其它属性不改-->
<property name="dynamic.classpath" value="true" />
</component>
4.2. plan2: 修改程序运行配置
4.2.1. Edit Configurations…
4.2.2. Shorten command line修改为框选选项
5. 断点打不上
参考链接:
https://stackoverflow.com/questions/11591662/cannot-set-java-breakpoint-in-intellij-idea
- dubug窗口消失到services
6.1 edit configurations
6.2 templates → … in services 中选中 Spring Boot 点击 - 移除
7. 程序包lombok不存在
settings → Build, Execution, Deployment → Build Tools → Maven → Runner