Skip to content

Running

Nadeem Mohammad edited this page Jun 11, 2020 · 18 revisions

Deploy It in Cloud

Since it is spring boot application it can be deployed on cloud

  • VM Running Tomcat
  • As an standalone app in VM
  • Deployed on Kubernetes cluster

Command Line locally

  • Using java -jarcommand on a command prompt (foreground)
  • Using java -jarcommand on using invocation utilities like Windows Task scheduler or Unix Cron (background)
  • Double clicking (background)

Running using java -jar command

Refer this If you would like to invoke wishing app externally (Windows Task Scheduler), that is scheduling part is externally managed.

Refer this If you would like to invoke wishing app at startup (Windows Task Scheduler), and let the application manage the schedules

Locally on Docker

Refer this for more details on how to run on Docker locally

Eclipse

For development purpose we can run from eclipse as well. WishingApplication ==> Run As 🏃 ==> Java Application

Next

What Next?