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
I would like to add LocaleChangeInterceptor to a spring boot application. LocaleResolver resolver is easy because it is a bean, but LocaleChangeInterceptor has to be added to a registry.
I see this method on WebMvcAutoConfigurationAdapter: