-
Notifications
You must be signed in to change notification settings - Fork 2
Running
Nadeem Mohammad edited this page Jun 10, 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 (foreground) - Double clicking (background)
We can even make it start after application boot
We can even use docker run -dit --restart unless-stopped
option to make sure application starts after every boot.
For development purpose we can run from eclipse as well.
WishingApplication
==> Run As 🏃 ==> Java Application