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
The StringHttpMessageConverter calls Charset.availableCharsets() which can be quite an expensive thing to do on startup. Switching it to obtain it on the first call may help improve startup times a little.