Intellij现在配备了一个springboot仪表板。我已经足够勇敢地启用它,但现在我想禁用它,因为它让我感到困惑。
我在哪里可以找到设置?在设置中我什么也看不见
答案 0 :(得分:21)
Intellij 2017.3
您可以通过删除Spring Boot仪表板来禁用:
Run/Debug Configurations
Defaults
配置中,选择Spring Boot
信息中心,然后点击-
按钮答案 1 :(得分:10)
Intellij 2017.2
您可以在<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class="xyz">
<b><a>Hello_1</a></b>
</div>
<div class="xyz">
<b><a>Hello_2</a></b>
对话框中禁用/取消选择Show in Run Dashboard
配置选项,可通过Run/Debug Configurations
访问。
要在Intellij 2017.3中做同样的事情,请查看other answer to this question。
答案 2 :(得分:9)
Intellij 2018.3
默认值显然已由templates
取代。而且,您只能将配置类型移入和移出“运行仪表板”。
为此,例如说所有应用程序运行/调试配置,您必须
Edit Configurations...
>
在左侧选择Templates
类别> Configurations available in Run Dashboard
>
选择要删除的类别>
按下-
按钮编辑:在Jetbrain的文档中找到它:https://www.jetbrains.com/help/idea/creating-and-editing-run-debug-configurations.html#run-dashboard
答案 3 :(得分:1)