当前位置:网站首页>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>
边栏推荐
- 科技公司不同人对Bug的反应 | 每日趣闻
- The second bullet of AI development and debugging series: the exploration journey of multi machine distributed debugging
- Leetcode(154)——寻找旋转排序数组中的最小值 II
- IPtable port redirection masquerade[easy to understand]
- A simple PHP personal card issuing program v4.0
- 怎么用ps提取图片颜色分析色彩搭配
- Web实时通信技术之Websocket
- Detailed explanation of cjson usage
- Unity learning shader notes [82] black and white processing of enhanced single channel color rendering
- Leetcode 面试题 17.01. 不用加号的加法
猜你喜欢

揭秘得物客服IM全链路通信过程

300+篇文献!一文详解基于Transformer的多模态学习最新进展

Leetcode interview question 17.04 Vanishing numbers

夜神模擬器+Fiddler抓包測試App

【愚公系列】2022年07月 Go教学课程 001-Go语言前提简介

CDN acceleration and breaking J anti-theft chain function

实施阴影介绍

27:第三章:开发通行证服务:10:【注册/登录】接口:注册/登录OK后,把用户会话信息(uid,utoken)保存到redis和cookie中;(一个主要的点:设置cookie)

Esp32-c3 introductory tutorial question ⑩ - error: implicit declaration of function 'ESP_ blufi_ close‘;

SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?
随机推荐
Slam | how to align timestamps?
初夏,开源魔改一个带击杀音效的电蚊拍!
NM02-独立于总线协议的NM模块调用序列图及代码解释
SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?
M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )
Esp32-c3 introductory tutorial question ⑩ - error: implicit declaration of function 'ESP_ blufi_ close‘;
Esp32-c3 introductory tutorial question ⑪ - ESP tls: create_ ssl_ handle failed, tls_ io_ instance->options. trusted_ certs null
719. Find the distance of the number pair with the smallest K
问题包含哪些环节
Unity learning shader notes [81] simple color adjustment post-processing (brightness, saturation, contrast)
Wechat applet video sharing platform system graduation design completion (5) assignment
Paddlepaddle 28 build an automatic coder based on convolution
如何优雅的写 Controller 层代码?
链游系统开发(Unity3D链游开发详情)丨链游开发成熟技术源码
Implementation shadow introduction
CDN acceleration and breaking J anti-theft chain function
再放寬!這些應届生,可直接落戶上海
哪个券商公司网上开户佣金低又安全又可靠
IPtable port redirection masquerade[easy to understand]
Qt Official examples: Qt Quick Controls - Gallery