Can I install Spring boot application on godaddy

Can I deploy the Spring-Boot application to godaddy using web hosting and cPanel? Thanks.

0
source share
2 answers

No. If you use hosting (shared) according to Godaddy Details .

I offer an answer from Amir Al .

For more information:

Web hosting (shared) typically limits the use of web technology. However, they are cheap and easy to set up Wordpress, Drupal, Joomla, etc. So, if you are using spring-boot , search for Java web hosting

A virtual dedicated server (VPS) and a dedicated server unlocks the restriction of web hosting because you need to do it yourself. However, if you are not familiar with the Linux command line (e.g. CentOS / Ubuntu). you can try Window VPS. If it looks so expensive, go to the cloud. I offer free trials or a ~ 5USD package with Digital Ocean, Google Cloud, Amazon lightail , etc.

Platform as a Service (PaaS) , for example heroku . If the Linux command line is hard for you to work with. This selection gives you a shortcut for deploying the target application. However, you need to learn about Git and their tools.

So, if you want to deploy spring-boot , use:

  • Java web hosting
  • PaaS Cloud
  • Vps
+3
source

Nodtem66 - Thanks for sharing the information. It helped me a lot.

In addition to what is mentioned above. I realized that there are 2 ways to host a Java based application:
1. Get a virtual machine (VPS, PaaS) - it will cost more if you only need to place the application on one web page.
2. Pay only for hosting in Java - this is much less that I came across:
https://www.hioxindia.com/linux-dedicated-jvm-hosting.php
https://www.ewebindia.com/java-hosting.html

0
source

Source: https://habr.com/ru/post/1488889/


All Articles