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
Prior to this commit, the WebSocket endpoint (MVC or WebFlux) would be
enabled by default. In the case of MVC, the presence of
`spring-websocket` and the required dependencies was an additional hint
that could enable/disable this support depending on the application.
This commit changes the websocket path configuration so that it doesn't
hold a default value anymore. Configuring this property will trigger the
WebSocket support.
Right now developers cannot configure it to be the same as the
`spring.graphql.path`, but this will be solved in spring-io#30.
This commit also revisits the configuration properties namespace for
clarity, moving the websocket bits under their own section.
Closesspring-iogh-31
In dark mode, only white for keys and blue for values,
in light mode everything is black.
It would be great if JSON would be a bit more "colorful", e.g. also render numbers in another color than strings.
The text was updated successfully, but these errors were encountered: