data-dump/README.md

33 lines
630 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 工程简介
salesforce 数据迁移docker版
# 延伸阅读
<p>
DockerfileBase打包基础镜像
配置如下图
![DockerfileBase](markdown/DockerfileBase.png)
</p>
<p>
Dockerfile打包服务
配置好docker目标服务地址配置如下图
![Dockerfile1](markdown/Dockerfile1.png)
![Dockerfile2](markdown/Dockerfile2.png)
</p>
<p>
files目录为nginx、前端代码、xxl-job配置
nginx相关为nginx.conf为nginx配置文件
前端代码为dist.zip压缩包
xxl-job相关为start.sh、xxl-job-admin-2.1.2.jar
xxl-job默认账号密码为admin shida@202502.Celnet
如下图
![xxljob](markdown/xxljob.png)
</p>