1.从私服上更新maven包
1)windows -> show views -> orther -> maven -> maven repositories
2)Global Repositories–>私服–>Update index
2.读取不同的bootstrap配置
run->run conifgura->Profile 天上分支
3.远程debug
debug->configur->romete java application->new–>ip 端口号
4.上传包到私服
run->run configura->maven build->new->
1)workspace 选项目
2)goals ->deploy -e
5.使用docker
help->eclipse market->docker tool 安装后重启
window->show view->others–>docker explorer
右边小箭头 可以过滤 不显示的
http://dockone.io/article/437
6.使用docker
1)安装dockertool
help->eclipse market->搜索docker->安装eclipse docker tooling
2)显示图形化
window->tool->docker
explorer下配置 docker环境
下面会展示相关容器跟镜像
docekr images 列出当前所有镜像,以及对镜像操作
拉 推 运行 build
docekr containers运行中的容器
3)利用dockerFile 生产本地代码镜像到服务器
先打包 maven-clean maven insall
4)docker上打包到阿里
docker tag id aliyuntag->docker push aliyuntag