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
Right now the spring boot integration uses the vert.x http server. This adds a dependency that you wouldn't use otherwise in spring. We need to implement Spring Servlet interface directly, for better integration with the spring ecosystem.