How to add non-spring-boot applications to the run dashboard?
Answered
This gif is from an official jetbrians intellij blog: https://d3nmt5vlzunoa1.cloudfront.net/idea/files/2017/11/image6-1.gif
It clearly shows a "Run Dashboard" containing other items than "Spring Boot" applications. I cannot find
any documentation on how to do this.
When i run a non-boot java application, they get their own tab. It looks like though it's possible somehow to show all running
applications inside the "Run Dashboard".
Does anyone know how to do this?
Please sign in to leave a comment.
Please see https://www.jetbrains.com/help/idea/creating-and-editing-run-debug-configurations.html, Managing multiple run configurations section.
Thanks for the info. Unfortunately, there is no "Run Dashboard Types" section in the Defaults section of the "Edit Configurations" page. My IntelliJ version:
IntelliJ IDEA 2017.3 (Ultimate Edition)
Build #IU-173.3727.127, built on November 27, 2017
JRE: 1.8.0_152-release-1024-b6 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.1
Any ideas? Do i need to enable this feature somehow through a jvm flag or so?
Ah, i found it. Sorry i was looking in the wrong tree view.