Mavenでコマンドライン引数を渡す

run.argumentsプロパティで渡してあげるとよい。

Sample: ./mvnw spring-boot:run -Drun.arguments="arg1, arg2"

参考

stackoverflow.com