File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
framework/fit/java/fit-builtin/plugins/fit-service-coordination-nacos Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -259,20 +259,22 @@ public class AssistantController {
259259 ` ` ` bash
260260 cd examples/fit-example/08-nacos-complicated-apps/app-default-weather
261261 mvn clean package
262- java -jar target/app -default-weather-1.0-SNAPSHOT.jar
262+ java -jar target/nacos -default-weather-for-complicated -1.0-SNAPSHOT.jar
263263 ` ` `
264264
2652653. **启动服务消费者**:
266266 ` ` ` bash
267267 cd examples/fit-example/08-nacos-complicated-apps/app-assistant
268268 mvn clean package
269- java -jar target/app -assistant-1.0-SNAPSHOT.jar
269+ java -jar target/nacos -assistant-for-complicated -1.0-SNAPSHOT.jar
270270 ` ` `
271271
2722724. **测试服务调用**:
273273 ` ` ` bash
274274 curl http://localhost:8080/weather
275275 ` ` `
276+
277+ 5. 打开nacos控制台,点击左边命名空间,添加ID为`local`的命名空间,即可看到服务注册信息。
276278
277279# ### 依赖配置
278280
You can’t perform that action at this time.
0 commit comments