I have multiple spring boot applications in a single IntelliJ project. And i want to have a single button to run all of them in some order. I know there is an option to Run Another configuration before launching the original one, so in that way the configurations can be chained. But when i use it, it runs that Another
Tag: run-configuration
How to create a generic launch configuration with Eclipse?
I have a run configuration in my eclipse. In my project we have two branches : DEV and STABLE. I would like to create one run configuration for building my project whatever branch it is on. For now, when I set Base directory with one of those two variables : ${project_path}, ${build_project}, I face this error : Base directory doesn’t