diff --git a/README.md b/README.md index e7b3bd31dc97ece3438fb1e0660db9bfbe4d9111..69adbd44b2bb8f39d201904c1bc87a27c1214797 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* the spring boot server also executes the various clients for the project ## Use application -A demonstration is available in +After running the Broker and Spring, a demonstration should be available in ``` http://localhost:8080/demo.html ``` diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html index db7f81c5658aff5a498205ff2f924595c0b3aaa0..65135638a96ef0c2078e2ce2ef0899db177f103b 100644 --- a/services/src/main/resources/static/demo.html +++ b/services/src/main/resources/static/demo.html @@ -7,6 +7,7 @@ </head> <body> + <h1>GE-MANGE: a microservice-application</h1> <p>This is a static page to demonstrate possible actions that will trigger events from each services </p>