通过Idea配置springboot项目的临时属性

方法1:在edit configuration中修改该application的configuration中的program argument属性

通过Idea配置springboot项目的临时属性_第1张图片

8091修改成功

通过Idea配置springboot项目的临时属性_第2张图片

方法2 修改该Application的main函数中的args数组元素
通过Idea配置springboot项目的临时属性_第3张图片

8092修改成功

通过Idea配置springboot项目的临时属性_第4张图片

总结:
1.启动springboot程序时,可选择是否使用命令行属性为SpringBoot程序传递启动属性。

你可能感兴趣的:(spring,boot,intellij-idea,后端)