Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ springdoc.group-configs[0].packages-to-scan=test.org.springdoc.api
* Request parameter annotated with @ParameterObject will help adding each field of the parameter as a separate request parameter.
* This is compatible with Spring MVC request parameters mapping to POJO object.
* This annotation does not support nested parameter objects.
* POJO object must contain getters for fields with mandatory prefix `get`. Otherwise, the swagger documentation will not show the fields of the annotated entity.

=== How to Integrate Open API 3 with Spring project (not Spring Boot)?
When your application is using spring without (spring-boot), you need to add beans and auto-configuration that are natively provided in spring-boot.
Expand Down