当前位置:网站首页>How to enable the run dashboard function of idea
How to enable the run dashboard function of idea
2022-07-02 18:47:00 【cloneme01】
Write it at the front
In projects where the front and back ends are separated , Yes N Multiple back-end services , If you don't turn it on Run Dashboard Words , It is troublesome to operate these micro Services …
Operation steps
Open the :/.idea/workspace.xml file
Under the label , Add the following :
<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
After adding it , The contents are as follows , Save reboot IDEA that will do .
<component name="RunDashboard">
<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
<option name="contentProportion" value="0.22169168" />
</component>
边栏推荐
- 深度神经网络总结
- SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?
- Leetcode interview question 16.15 Abacus wonderful calculation
- Steamos 3.3 beta release, steam deck Chinese keyboard finally came
- How to use PS to extract image color and analyze color matching
- Qt官方示例:Qt Quick Controls - Gallery
- M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )
- [Yugong series] July 2022 go teaching course 001 introduction to go language premise
- Esp32-c3 introductory tutorial question ⑩ - error: implicit declaration of function 'ESP_ blufi_ close‘;
- Leetcode interview question 17.01 Addition without plus sign
猜你喜欢
Leetcode interview question 17.04 Vanishing numbers
Leetcode 面试题 16.17. 连续数列
CDN acceleration and breaking J anti-theft chain function
UML 类图
Leetcode 面试题 16.15. 珠玑妙算
Redis (7) -- database and expiration key
Wechat applet video sharing platform system graduation design completion (8) graduation design thesis template
鸿蒙第四次学习
Leetcode (81) -- search rotation sort array II
Unity学习shader笔记[八十二]增强单通道颜色渲染的黑白处理
随机推荐
Wechat applet video sharing platform system graduation design completion (4) opening report
LightGroupButton* sender = static_cast<LightGroupButton*>(QObject::sender());
Stretchdibits function
夜神模拟器+Fiddler抓包测试App
PR曲线和ROC曲线概念及其区别
彻底搞懂基于Open3D的点云处理教程!
UE4 draw a circle with spline
Deep neural network Summary
科技公司不同人对Bug的反应 | 每日趣闻
300+ documents! This article explains the latest progress of multimodal learning based on transformer
Introduction to sap s/4hana OData mock service
Meal card hdu2546
SAP S/4HANA OData Mock Service 介绍
Another double non reform exam 408, will it be cold? Software College of Nanchang Aviation University
Chain game system development (unity3d chain game development details) - chain game development mature technology source code
【愚公系列】2022年07月 Go教学课程 001-Go语言前提简介
材质UV遮罩的技巧
Leetcode (154) -- find the minimum value II in the rotation sort array
“栈”的典型应用—表达式求值(C语言实现)
QQmlApplicationEngine