File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,15 +143,15 @@ springdoc.packagesToScan=package1, package2
143143
144144These can be set by creating a `swaggerUiConfig` bean as follows:
145145[source,kotlin]
146- ---
146+ ----
147147@Bean
148148@Primary
149149fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150150 config.showCommonExtensions = true
151151 config.queryConfigEnabled = true
152152 return config
153153}
154- ---
154+ ----
155155
156156=== How can I ignore some field of model ?
157157* You can use the following annotation on the top of the field that you want to hide:
Original file line number Diff line number Diff line change @@ -143,15 +143,15 @@ springdoc.packagesToScan=package1, package2
143143
144144These can be set by creating a `swaggerUiConfig` bean as follows:
145145[source,kotlin]
146- ---
146+ ----
147147@Bean
148148@Primary
149149fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150150 config.showCommonExtensions = true
151151 config.queryConfigEnabled = true
152152 return config
153153}
154- ---
154+ ----
155155
156156=== How can I ignore some field of model?
157157* You can use the following annotation on the top of the field that you want to hide:
You can’t perform that action at this time.
0 commit comments