Demo Button
The demo button can be used to test the EDDIE button and region connector elements during development. When enabled, the button is rendered on the /demo path, usually http://localhost:8080/demo.

To enable the demo button, set the following property. The button is enabled by default when using the dev profile.
properties
eddie.demo.button.enabled=trueyaml
eddie:
demo:
button:
enabled: truedotenv
EDDIE_DEMO_BUTTON_ENABLED=true