Skip to content

Commit

Permalink
update code according to review suggest
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cd26cf)
  • Loading branch information
chpengzh committed Jun 4, 2019
1 parent ddf3e17 commit 35027d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion sofa-dashboard-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-dashboard-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.application.name=sample-app-1
server.port=8081
com.alipay.sofa.rpc.bolt-port=9091
server.port=38081
com.alipay.sofa.rpc.bolt-port=39091
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.application.name=sample-app-2
server.port=8082
com.alipay.sofa.rpc.bolt-port=9092
server.port=38082
com.alipay.sofa.rpc.bolt-port=39092
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.application.name=sample-app-3
server.port=8083
com.alipay.sofa.rpc.bolt-port=9093
server.port=38083
com.alipay.sofa.rpc.bolt-port=39093

0 comments on commit 35027d6

Please sign in to comment.