You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: