paulc4 / microservices-demo

Demo application to go with Blog on spring.io
889 stars 830 forks source link

Non existant file in the README.md file #24

Closed stephaneeybert closed 6 years ago

stephaneeybert commented 6 years ago

The README.md file reads: java -jar target/microservice-demo-0.0.1-SNAPSHOT.jar accounts 2223

But this jar file does not exist.

It should read: java -jar target/microservice-demo-1.1.0.RELEASE.jar accounts 2223