Skip to content

Commit e1a1b4e

Browse files
committed
update README.md
1 parent 059eacd commit e1a1b4e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,18 @@ Nacos 是构建以“服务”为中心的现代应用架构 (例如微服务范
173173

174174
如果使用 Nacos 就不用部署 `jeesite-cloud-eureka``jeesite-cloud-config` 了。
175175

176-
JeeSite Cloud 提供了 2 种部署方式,你可以下载 jar 也可以 src 方式运行:
177-
178-
**jar 方式:**
179-
180-
1. 下载地址:<https://github.com/alibaba/nacos/releases/download/2.4.3/nacos-server-2.4.3.zip>
181-
2. 解压 `nacos-server-2.4.3.zip` 压缩包,运行 `/bin/startup.cmd(sh)` 启动服务。
176+
JeeSite Cloud 提供了 2 种部署方式,你可以 src 直接在 IDE 里启动,也可以下载 jar 运行:
182177

183178
**src 方式:**
184179

185180
1. 在 Eclipse 或 IDEA 中 找到 jeesite-cloud-nacos 项目。
186181
2. 运行 NacosApplication 类的 main 方法,即可启动服务。
187182

183+
**jar 方式:**
184+
185+
1. 下载地址:<https://github.com/alibaba/nacos/releases/download/2.4.3/nacos-server-2.4.3.zip>
186+
2. 解压 `nacos-server-2.4.3.zip` 压缩包,运行 `/bin/startup.cmd(sh)` 启动服务。
187+
188188
**配置 mysql 存储:**
189189

190190
1. 默认情况 Nacos 采用 Derby 数据库,你可以将数据库切换到 MySQL 下。
@@ -198,7 +198,7 @@ spring.datasource.platform=mysql
198198
db.num=1
199199

200200
### Connect URL of DB:
201-
db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?useSSL=false&characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&serverTimezone=UTC
201+
db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&serverTimezone=UTC
202202
db.user=root
203203
db.password=123456
204204

@@ -229,6 +229,7 @@ Sentinel 是面向分布式服务架构的流量控制组件,主要以流量
229229

230230
1. 在 Eclipse 或 IDEA 中 找到 jeesite-cloud-sentinel 项目。
231231
2. 运行 SentinelApplication 类的 main 方法,即可启动服务。
232+
3. 此服务为可选服务,按需启动。
232233

233234
浏览器访问:<http://127.0.0.1:9311> 用户名密码:sentinel
234235

@@ -238,6 +239,7 @@ Zipkin 是一个开放源代码分布式的跟踪系统,每个服务向 Zipkin
238239

239240
1. 在 Eclipse 或 IDEA 中 找到 jeesite-cloud-zipkin 项目。
240241
2. 运行 ZipkinApplication 类的 main 方法,即可启动服务。
242+
3. 此服务为可选服务,按需启动。
241243

242244
浏览器访问:<http://127.0.0.1:9411>
243245

0 commit comments

Comments
 (0)