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