idea中springboot启动没有debug或者run面板

idea 2019.3,运行服务后,只能在service中Run DashBorad里,显示调试信息。找不到单独的Run和Debug窗口。在View中,也没有搜索到Run和Debug窗口。
网上搜索后,发现idea 默认打开了“运行仪表板”。可通过以下方式,关闭仪表板。
1、在Help—Edit Custom VM Options中添加了 -Dide.run.dashboard = false键值对;
edit configurations ->找到相应服务,取消勾选 Run DashBorad 选项
idea中springboot启动没有debug或者run面板_第1张图片
2、在工程目录下找.idea文件夹下的workspace.xml。删除Run Dashborad 相关内容。
idea中springboot启动没有debug或者run面板_第2张图片
idea中springboot启动没有debug或者run面板_第3张图片

你可能感兴趣的:(后端,idea)