-
Notifications
You must be signed in to change notification settings - Fork 2
Running
Nadeem Mohammad edited this page Jun 11, 2020
·
18 revisions
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
- Using
java -jar
command on a command prompt (foreground) - Using
java -jar
command 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
Refer this for more details on how to run on Docker locally
For development purpose we can run from eclipse as well.
WishingApplication
==> Run As 🏃 ==> Java Application