how to deploy java application on heroku?

a 夏天 提交于 2019-12-25 04:13:58

问题


I want to Deploy my server side java application on a server. I choose to use Heroku. Currently, I am able to create server and client side application on java and run them from my laptop on different terminals and communicate between them. Now I want to do same over the internet and choose Heroku server but I don't understand how to deploy my application on its server. I tried to read their tutorial but I am not able to understand from it. Tutorials on youtube and other are very old.

Help me deploy my application to Heroku . I use Eclipse and know how to use git. Let me know if you need any other info.

Edit: As my first server application I would like to deploy a chat box. I will execute client side from my laptop and launch the server side (created by me) from Heroku.

来源:https://stackoverflow.com/questions/40673263/how-to-deploy-java-application-on-heroku

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!