We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In FAQ section 13.13, the code appears with 3 more dashes at the top and bottom respectively.
--- @Bean @Primary fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties { config.showCommonExtensions = true config.queryConfigEnabled = true return config } ---