diff --git a/widget-gadget/README.adoc b/widget-gadget/README.adoc index 9905a341e..7f3ebc5c2 100644 --- a/widget-gadget/README.adoc +++ b/widget-gadget/README.adoc @@ -23,7 +23,7 @@ After that, you can build this example using: [source,sh] ---- -$ cd spring-boot-widget-gadget +$ cd widget-gadget $ mvn package ---- diff --git a/widget-gadget/src/main/resources/application.properties b/widget-gadget/src/main/resources/application.properties index e911a3746..e98c6d29e 100644 --- a/widget-gadget/src/main/resources/application.properties +++ b/widget-gadget/src/main/resources/application.properties @@ -15,7 +15,6 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -spring.artemis.mode=native AMQP_REMOTE_URI=amqp://localhost:5672 -AMQP_SERVICE_USERNAME=artemis -AMQP_SERVICE_PASSWORD=artemis \ No newline at end of file +AMQP_SERVICE_USERNAME=guest +AMQP_SERVICE_PASSWORD=guest \ No newline at end of file