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
I built a generate-daemons which contains all console/start/stop/restart scripts. And when I
started the application using sh hello-world.sh start -h 127.0.0.1 -P 3306, there were
no args passed to the main class, and I want to know how to pass the args after the hello-world.sh start
to mainClass.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
I built a
generate-daemons
which contains allconsole/start/stop/restart
scripts. And when Istarted the application using
sh hello-world.sh start -h 127.0.0.1 -P 3306
, there wereno args passed to the
main
class, and I want to know how to pass the args after thehello-world.sh start
to
mainClass
.Thanks a lot.
The text was updated successfully, but these errors were encountered: