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
Viktor Lukashov edited this page Feb 11, 2021
·
3 revisions
Admonitions should have a title
DO
.Vaadin endpoints depend on Spring Boot auto configuration.[WARNING]
They do not work if the auto configuration is disabled, for example, when you use `@EnableWebMvc`.
DON'T
[WARNING]
Vaadin endpoints depend on Spring Boot auto configuration.
They do not work if the auto configuration is disabled, for example, when you use `@EnableWebMvc`.