how to change global springboot run/debug configuration

已回答

Runtime:  Windows11  

Version: 2024.3.5

My project is a SpringCloud project that contains multiple springboot submodules. Each time I import the project, multiple Springboot Run configurations will be automatically generated in Services, but I need to open them one by one to set the 'Shorten command line' property. I know that I can set a run configuration template in the Run configuration, but it doesn't seem to be of any use. It is only valid for newly created ones and not for existing ones. So is there a global configuration that allows my IDEA to automatically configure some properties for the springboot run configuration?

0

Hi,

Please goto the menu File | New Projects Setup | Run Configuration Templates for New Projects…, edit it and then check if it helps?

Note: these settings only affect when new project opened.

0

请先登录再写评论。