配置篇
- reopen last projects on startup 设置启动工程
- 启动idea后更改设置:Settings -> Appearance & Behaviour -> System Settings -> Reopen last project on startup
- 直接修改idea文件:
- 打开文件:/.IntelliJIdeaxxxx/config/options/ide.general.xml
- 修改或者添加:
1
2
3
4
5<application>
<component name="GeneralSettings">
<option name="reopenLastProject" value="false" />
</component>
</application>