File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
- 无:普通管理员既不能查看该配置项,也不能修改该配置项。
58
58
59
59
## 2. 部署服务端
60
- [ 下载服务端] ( https://repo.maven.apache.org/maven2/org/antframework/configcenter/configcenter-assemble/1.3 .0.RELEASE/configcenter-assemble-1.4.0.RELEASE-exec.jar ) 。以下是集群部署架构图:<br />
60
+ [ 下载服务端] ( https://repo.maven.apache.org/maven2/org/antframework/configcenter/configcenter-assemble/1.4 .0.RELEASE/configcenter-assemble-1.4.0.RELEASE-exec.jar ) 。以下是集群部署架构图:<br />
61
61
<img src =" https://note.youdao.com/yws/api/personal/file/WEBc68603367698b77744c82c6c92750a05?method=download&shareKey=84a80b0f98dd664989715565dfc2853e " width =600 />
62
62
63
63
<span style =" font-size : large " >说明:</span >
@@ -93,7 +93,7 @@ java -jar configcenter-assemble-1.4.0.RELEASE-exec.jar --spring.profiles.active=
93
93
<dependency >
94
94
<groupId >org.antframework.configcenter</groupId >
95
95
<artifactId >configcenter-client</artifactId >
96
- <version >1.3 .0.RELEASE</version >
96
+ <version >1.4 .0.RELEASE</version >
97
97
</dependency >
98
98
```
99
99
#### 3.1.2 使用客户端
@@ -142,7 +142,7 @@ starter本质上还是依赖于上面介绍的客户端的能力,只不过根
142
142
<dependency >
143
143
<groupId >org.antframework.configcenter</groupId >
144
144
<artifactId >configcenter-spring-boot-starter</artifactId >
145
- <version >1.3 .0.RELEASE</version >
145
+ <version >1.4 .0.RELEASE</version >
146
146
</dependency >
147
147
```
148
148
You can’t perform that action at this time.
0 commit comments