bazel run does not pass the arguments to the Spring Boot executable:
$ java -jar bazel-bin/samples/helloworld/helloworld.jar one two threeLaunching the sample SpringBoot demo application...
Command line args: one two three
$ bazel run //samples/helloworld one two threeLaunching the sample SpringBoot demo application...
Command line args:
bazel run does not pass the arguments to the Spring Boot executable:
$ java -jar bazel-bin/samples/helloworld/helloworld.jar one two three Launching the sample SpringBoot demo application... Command line args: one two three
$ bazel run //samples/helloworld one two three Launching the sample SpringBoot demo application... Command line args: