当前位置:网站首页>IDEA配置 service(Run Dashboard) 服务,多模块同时启动
IDEA配置 service(Run Dashboard) 服务,多模块同时启动
2022-07-28 05:16:00 【jekyhu】
目录
一、旧版本2019.3之前
二、新版本2019.3之后
一、旧版本2019.3之前:
如下图:View--->>Tool Windows--->>Run Dashboard
因为我的是2020版本,所以不叫Run Dashboard。

二、新版本2019.3之后:
新版本2019.3里面的名字改成了Services,不是原来的Dashboard。
- 打开IDEA项目 .idea 下 的workspace.xml

- 查找“RunDashboard” 节点

- 添加下面的内容:
<component name="RunDashboard">
<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
</component>- 关掉IDEA重启,随便启动其中一个微服务就会看到service面板,关掉这个服务再点击debug按钮就可以了。

- 右键 finish 可以 debug模式 和run 模式同时启动。
边栏推荐
- Implementation of simple upload function in PHP development
- Professor dongjunyu made a report on the academic activities of "Tongxin sticks to the study of war and epidemic"
- Class class added in ES6
- ArrayList多线程安全解决办法
- MySQL basic query
- Interpretation of afnetworking4.0 request principle
- 【ARXIV2203】SepViT: Separable Vision Transformer
- regular expression
- 面试了一位38岁程序员,听说要加班就拒绝了
- The default isolation level of MySQL is RR. Why does Alibaba and other large manufacturers change to RC?
猜你喜欢

Test Development - UI testing in automated testing

Scanf function of input and output function in C language

在ruoyi生成的对应数据库的代码 之后我该怎么做才能做出下边图片的样子

Table image extraction based on traditional intersection method and Tesseract OCR
![[high CPU consumption] software_ reporter_ tool.exe](/img/3f/2c1ecff0a81ead0448e1215567ede7.png)
[high CPU consumption] software_ reporter_ tool.exe

【ARXIV2204】Simple Baselines for Image Restoration

【CVPR2022】Lite Vision Transformer with Enhanced Self-Attention

Simulink automatically generates STM32 code details

How practical is the struct module? Learn a knowledge point immediately

Microservice failure mode and building elastic system
随机推荐
多系统架构设计思考
HDU 3585 maximum shortest distance
Win10 machine learning environment construction pycharm, anaconda, pytorch
Classes and objects [medium]
【ARIXV2204】Neighborhood attention transformer
Struct模块到底有多实用?一个知识点立马学习
Using RAC to realize the sending logic of verification code
php7.1 连接sqlserver2008r2 如何测试成功
Handling of web page image loading errors
Clickhouse填坑记2:Join条件不支持大于、小于等非等式判断
Printf function of input and output function in C language
Activation functions sigmoid, tanh, relu in convolutional neural networks
How should programmers keep warm when winter is coming
The research group passed the thesis defense successfully
在外包公司两年了,感觉快要废了
PC端-bug记录
阿里怎么用DDD来拆分微服务?
ES6 new variable modifiers let and const, new basic data type symbol
分享几种管理C程序中标志位的方法
regular expression