@Configuration @AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.boot.web.servlet.ServletContextInitializer.class) @EnableConfigurationProperties(value=com.vaadin.flow.spring.VaadinConfigurationProperties.class) public class UIBuilderSpringBootAutoConfiguration extends Object
| Constructor and Description |
|---|
UIBuilderSpringBootAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean<com.vaadin.flow.spring.SpringServlet> |
uibuilderSpringBootServlet() |
Copyright © 2018–2020. All rights reserved.