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
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
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.
I built a
generate-daemonswhich contains allconsole/start/stop/restartscripts. And when Istarted the application using
sh hello-world.sh start -h 127.0.0.1 -P 3306, there wereno args passed to the
mainclass, and I want to know how to pass the args after thehello-world.sh startto
mainClass.Thanks a lot.