Skip to content

Commit

Permalink
fixed protocol.name wrong spelling (#3046)
Browse files Browse the repository at this point in the history
Co-authored-by: Haceral <[email protected]>
  • Loading branch information
HaceraI and undefinedspacex authored Oct 11, 2024
1 parent e2c3c45 commit 35f5e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dubbo:
name: dubbo-springboot-demo-provider
logger: slf4j
protocol:
name: triple
name: tri
port: -1
registry:
address: zookeeper://127.0.0.1:2181
Expand All @@ -76,7 +76,7 @@ dubbo:
application:
name: dubbo-springboot-demo-provider
protocol:
name: triple
name: tri
port: -1
registry:
id: zk-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dubbo:
name: dubbo-springboot-demo-provider
logger: slf4j
protocol:
name: triple
name: tri
port: -1
registry:
address: zookeeper://127.0.0.1:2181
Expand All @@ -82,7 +82,7 @@ dubbo:
application:
name: dubbo-springboot-demo-provider
protocol:
name: triple
name: tri
port: -1
registry:
id: zk-registry
Expand Down

0 comments on commit 35f5e79

Please sign in to comment.