1.svn检出项目
2.修改连接portal_core的后台地址
cd portal_contacts
vi src/main/resources/app.properties
3.编译打包
mvn clean package
4.启动程序
nohup mvn jetty:run &