You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot supports placeholder values in @ReqestParam annotation defaultValue parameter.
However SwaggerUI does not resolve the configuration value and instead uses the placeholder as a literal string.
This, results in configuration values being exposed to the SwaggerUI.