beiwei30 commented on issue #1548: Where can I get the startup script for Dubbo
URL: 
https://github.com/apache/incubator-dubbo/issues/1548#issuecomment-379959237
 
 
   There's no start.sh provided for dubbo application since the script varies 
depending on how you develop and deploy your dubbo provider/consumer. 
   
   For the 
[demo](https://github.com/apache/incubator-dubbo/tree/master/dubbo-demo) we 
provide in dubbo project, you can either start it directly from your IDE or you 
can write the your own script similar like below if you prefer to start it from 
command line: 
   
   ```sh
   java -classpath ${CLASSPATH} com.alibaba.dubbo.demo.consumer.Consumer
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to