简体   繁体   中英

How I upload my web Service(REST api, in java) that works locally to a host server

I just mad a web service(REST api) in java that works locally but I don't have any idea how I upload it to a host server. I found some free host servers and got my server but I don't know how to upload my web service. can someone can give my some tips how to do it? thanks :]

Seems not to be an Android question... but anyways :)

You may need to dig a bit more on how to host applications in general. For people with not much knowledge on infrastructure or not willing to learn how to manage everything by themselves I suggest using services like Heroku.

For deploying your web service to heroku, you simply push the same way you push to a git server. If you no nothing about git , it is time to drop everything and go learn the basics.

It has a free tier and start charging you once your needs grow over that tier: https://devcenter.heroku.com/categories/java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM