Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix image path #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/devStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

1. 添加启动项,点击 add Configuration,添加TomcatServer。

![doc/addConfig.png](/Users/deepdown/Dev_Env/QConfigOpenSource/qconfig/doc/image/addConfig.png)
![doc/addConfig.png](./image/addConfig.png)

2. 在TomcatServer中Deployment 中添加Server。

![doc/addConfig.png](/Users/deepdown/Dev_Env/QConfigOpenSource/qconfig/doc/image/deploy.png)
![doc/addConfig.png](./image/deploy.png)

3. 在tomcat虚拟机参数中添加如下内容

![doc/addConfig.png](/Users/deepdown/Dev_Env/QConfigOpenSource/qconfig/doc/image/vmOptions.png)
![doc/addConfig.png](./image/vmOptions.png)

(请将ip和端口更换为以后的Server地址,以用于指定server,如果没有则可以忽视这部。)

Expand Down Expand Up @@ -85,4 +85,4 @@

3. 存在启动的Server且使用了已经修改了默认Server地址的QConfigClient

直接启动即可
直接启动即可