From 245266b47136cc8822393fb4c404e07efd0fcfef Mon Sep 17 00:00:00 2001 From: Frantisek Hartman Date: Fri, 29 Nov 2024 11:13:54 +0100 Subject: [PATCH] Address review --- .../pages/how-to-map-loader-data-connection.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc b/docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc index e2a93d7bd..d42dc5930 100644 --- a/docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc +++ b/docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc @@ -271,3 +271,8 @@ When you run this class you should see the following output: 1 maps to one 42 maps to null ---- + +== Next steps + +Read through the xref:configuration:dynamic-config.adoc[Dynamic Configuration] section to find out how to add the +`DataConnection` config and new `IMap` config with `MapStore` dynamically.