File tree 2 files changed +4
-4
lines changed
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
143
143
144
144
These can be set by creating a `swaggerUiConfig` bean as follows:
145
145
[source,kotlin]
146
- ---
146
+ ----
147
147
@Bean
148
148
@Primary
149
149
fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150
150
config.showCommonExtensions = true
151
151
config.queryConfigEnabled = true
152
152
return config
153
153
}
154
- ---
154
+ ----
155
155
156
156
=== How can I ignore some field of model ?
157
157
* 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
143
143
144
144
These can be set by creating a `swaggerUiConfig` bean as follows:
145
145
[source,kotlin]
146
- ---
146
+ ----
147
147
@Bean
148
148
@Primary
149
149
fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150
150
config.showCommonExtensions = true
151
151
config.queryConfigEnabled = true
152
152
return config
153
153
}
154
- ---
154
+ ----
155
155
156
156
=== How can I ignore some field of model?
157
157
* 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