框架分布式打包部署到服务器

框架Spring boot + dubbo + zookeeper(伪集群),请问怎么打包部署到服务器上?

pom中maven打包配置:
http://blog.csdn.net/u012743772/article/details/72123520

http://blogxinxiucan.sh1.newtouch.com/

http://blogxinxiucan.sh1.newtouch.com/

spring boot可以直接Jar方式启动,Zookepeer也有单独的安装包,不知道你说的打包部署到服务器上是什么意思,是说一个包,一个脚本,放到服务器上直接启动?

将项目打成war或jar,登录到服务器部署项目,即将这个项目的包添加上去就可以了。

这里有一整套生产搭建及部署运维教程,我就是参考这个学习的,受益匪浅呐

img