From f605a03be243003e09a23e31a96bc57c85c19095 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 17 Oct 2022 00:36:11 -0500 Subject: [PATCH] [SB3 Update] jdbc-source config props README update --- applications/source/jdbc-source/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/source/jdbc-source/README.adoc b/applications/source/jdbc-source/README.adoc index 4a6d3258..0a59e162 100644 --- a/applications/source/jdbc-source/README.adoc +++ b/applications/source/jdbc-source/README.adoc @@ -18,9 +18,9 @@ Properties grouped by prefix: === jdbc.supplier -$$max-rows$$:: $$Max numbers of rows to process for query.$$ *($$Integer$$, default: `$$$$`)* +$$max-rows$$:: $$Max numbers of rows to process for query.$$ *($$Integer$$, default: `$$0$$`)* $$query$$:: $$The query to use to select data.$$ *($$String$$, default: `$$$$`)* -$$split$$:: $$Whether to split the SQL result as individual messages.$$ *($$Boolean$$, default: `$$$$`)* +$$split$$:: $$Whether to split the SQL result as individual messages.$$ *($$Boolean$$, default: `$$true$$`)* $$update$$:: $$An SQL update statement to execute for marking polled messages as 'seen'.$$ *($$String$$, default: `$$$$`)* === spring.datasource