How to properly run Java programs which need dynamic program arguments - Tips & Tricks

Опубликовано: 20 Январь 2025
на канале: Marco Behler
978
26

► Java/Spring courses & guides
https://www.marcobehler.com

► Newsletter
https://bit.ly/2K0Ao4F

► YouTube sub
https://bit.ly/2lVExgm

What is this episode about? Some Java programs need dynamic input parameters. Say you want to run a batchjob, which needs a new runId for every single run. That means you need to remember, before running your program, to set that runId to a valid number. What if your IDE could help you with that reminder? Find out in this episode how IntelliJ can automatically 'prompt' you BEFORE running your program.