We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc799bd commit 06aa611Copy full SHA for 06aa611
README.md
@@ -17,11 +17,11 @@
17
java -jar eureka-server-demo-0.0.1-SNAPSHOT.jar --spring.profiles.active=peer1
18
java -jar eureka-server-demo-0.0.1-SNAPSHOT.jar --spring.profiles.active=peer2
19
20
-- 服务提供者
+- 服务提供者
21
java -jar hello-0.0.1-SNAPSHOT.jar --server.port=8081 -Xmx256m -Xms256m
22
java -jar hello-0.0.1-SNAPSHOT.jar --server.port=8082 -Xmx256m -Xms256m
23
24
-- 服务消费者
+- 服务消费者
25
java -jar ribbon-consumer-0.0.1-SNAPSHOT.jar
26
27
0 commit comments