Skip to content

Commit

Permalink
update spring-boot demo
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Apr 27, 2024
1 parent 2d3f0e0 commit 96d1a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dubbo:
name: dubbo-springboot-demo-consumer
logger: slf4j
registry:
address: nacos://${nacos.address:127.0.0.1}:8848
address: nacos://${nacos.address:127.0.0.1}:8848?username=nacos&password=nacos
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dubbo:
name: tri
port: 50052
registry:
address: nacos://${nacos.address:127.0.0.1}:8848
address: nacos://${nacos.address:127.0.0.1}:8848?username=nacos&password=nacos
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timeout: 600

services:
nacos:
image: nacos/nacos-server:${nacos-server.version:2.0.0}
image: nacos/nacos-server:${nacos.version:2.0.0}
environment:
- PREFER_HOST_MODE=hostname
- MODE=standalone
Expand Down

0 comments on commit 96d1a4b

Please sign in to comment.