Package hu.rts.mike.example.dev.crm
Class Application
java.lang.Object
hu.rts.mike.example.dev.crm.Application
- All Implemented Interfaces:
com.vaadin.flow.component.page.AppShellConfigurator,Serializable
@SpringBootApplication
@Theme("crm-dev")
public class Application
extends Object
implements com.vaadin.flow.component.page.AppShellConfigurator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurePage(com.vaadin.flow.server.AppShellSettings settings) static void
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
main
-
configurePage
public void configurePage(com.vaadin.flow.server.AppShellSettings settings) - Specified by:
configurePagein interfacecom.vaadin.flow.component.page.AppShellConfigurator
-