-
Couldn't load subscription status.
- Fork 213
Vale.Vaadin style rules
Viktor Lukashov edited this page Feb 11, 2021
·
3 revisions
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`.