标签: java spring intellij-idea cmd arguments
使用command line argument时如何向Spring boot应用添加Intelij。
command line argument
Spring boot
Intelij
我打开编辑配置时的命令目前是:spring-boot:run:
spring-boot:run
我想在此之后添加一个命令行arg。
作为参考,我的主类扩展了实现CommandLineRunner
CommandLineRunner
答案 0 :(得分:2)
在您的编辑配置中,您选择了春季启动应用程序,您可以在那里填写程序参数...请参阅screenshot of Application Arguments Configuration。
这是春季启动配置
答案 1 :(得分:0)
右键单击 spring boot 应用程序的根目录,然后选择“更多运行/调试”,然后选择最后一个选项“修改运行配置”,这是您看到传递命令行参数选项的地方。