Common configuration¶
Configuration that applies to every Flowing Code add-on, regardless of the specific component you are using.
Special configuration when using Spring¶
By default, Vaadin Flow only scans com/vaadin/flow/component for UI components and views. To pick up an add-on's components when running on Spring, allow-list the com.flowingcode package in src/main/resources/application.properties:
vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode
See the Spring package-scanning documentation for more details.