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
Currently the ApiVersionConfigurer.setVersionRequired(...) states:
When a defaultVersion is also set, this is automatically set to false.
With Spring Boot property support it's pretty easy set version-required and default-version. I think it might be better to consider this a configuration error and fail startup early.