Update to 1.0.0.M6

This commit is contained in:
Marcin Grzejszczak
2016-02-05 11:50:05 +01:00
parent fd704dedce
commit 8c0ac35a5e
15 changed files with 23 additions and 23 deletions

View File

@@ -28,9 +28,9 @@ See the https://consul.io/intro/index.html[intro] for more information.
2. Run `./src/main/bash/local_run_consul.sh`
3. Verify consul is running by visiting http://localhost:8500
4. Run `mvn --settings .settings.xml package` this will bring in the required spring cloud maven repositories and build
5. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.0.BUILD-SNAPSHOT.jar`
5. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.0.M6.jar`
6. visit http://localhost:8080, verify that `{"serviceId":"<yourhost>:8080","host":"<yourhost>","port":8080}` results
7. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.0.BUILD-SNAPSHOT.jar --server.port=8081`
7. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.0.M6.jar --server.port=8081`
8. visit http://localhost:8080 again, verify that `{"serviceId":"<yourhost>:8081","host":"<yourhost>","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so).
== Building