How to combine several run configurations in Intellij together?

前端 未结 5 1547
闹比i
闹比i 2020-12-08 18:47

I have an intellij project with several modules. Some of the modules should be run as servers. For every server(module) i have a run configuration.

Can i bundle thos

5条回答
  •  旧巷少年郎
    2020-12-08 19:30

    I am using the paid version of IntelliJ 2020.2

    I wanted a simple thing - Start my Spring Boot application and then start my Angular application. I tried the 'Run Another Configuration' way and it did not work. I faced the same issue as faced by @AxelFontaine.

    The Multirun plugin solved my problem. I did have to restart the IDE twice - once to update it after plugin installed and the second time because there was an error saving some configuration. But since then its working just as expected. This is very helpful as I can work on the UI and see the changes immediately and similarly the Spring dev tools lets me change code and it reloads immediately. This plugin is very very helpful.

提交回复
热议问题