From 558bdad85dbea92df2fe57ae783e31c8e466dcfa Mon Sep 17 00:00:00 2001 From: Denis Istomin Date: Fri, 19 Mar 2021 17:35:02 +0500 Subject: [PATCH] Update docs of skipFormModel default value (#9014) --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index 80774a0271ee..23704452f600 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -216,7 +216,7 @@ These options default to true and don't limit the generation of the feature opti When using selective generation, _only_ the templates needed for the specific generation will be used. -To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to false) (this option is introduced at v3.2.2) +To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to `true`) (this option is introduced at v3.2.2 and `true` by default starting from v5.x). ```sh --global-property skipFormModel=true