CAMEL-16757: Update example
diff --git a/examples/routes-configuration/src/main/resources/application.properties b/examples/routes-configuration/src/main/resources/application.properties
index e328c2e..c09b9ac 100644
--- a/examples/routes-configuration/src/main/resources/application.properties
+++ b/examples/routes-configuration/src/main/resources/application.properties
@@ -16,9 +16,12 @@
 ## ---------------------------------------------------------------------------
 
 # to configure camel main
-# here you can configure options on camel main (see MainConfigurationProperties class)
+# here you can configure options on camel main (see https://camel.apache.org/components/latest/others/main.html)
 camel.main.name = MyRoutesConfiguration
 
+# verbose summary so you can see the pairing of routes and routes configurations
+camel.main.startup-summary-level = verbose
+
 # dump routes as XML (routes are coded in different DSLs but can be dumped as XML)
 camel.main.dump-routes = true