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 06aa611 commit c4cbdc3Copy full SHA for c4cbdc3
README.md
@@ -22,6 +22,9 @@ 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
+java -jar ribbon-consumer-0.0.1-SNAPSHOT.jar
26
+
27
+#### Maven 构建命令
28
+mvn clean package
29
30
0 commit comments