打包java项目发布到herokuapp的资料

文章来源:http://pocore.com/blog/article_222.html

原文链接


 war包:Java web工程,都是打成war包,进行发布,如果我们的服务器选择 TOMCAT等轻量级服务器,一般就打出WAR包进行发布;

 Webapp runner is designed to allow you to launch an exploded or compressed war that is on your filesystem into a tomcat container with a simple java -jar command. It supports the following version of Tomcat:   Heroku是可以免费体验的云平台,可以部署绝大多数的应用

猜你喜欢

转载自blog.csdn.net/w15454/article/details/80450293