1.通过修改idea的workspace.xml的方式来快速打开Run Dashboard窗口
实操流程图2.打开workspace.xml文件之后,找到component为RunDashboard的节点处,然后在component标签里添加下列代码块后,后保存,保存完成后即自动弹出Run Dashboard窗口
<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
网友评论