Skip to content

Commit 6239275

Browse files
javier-godoymlopezFC
authored andcommitted
docs(readme): remove special configuration when using Spring
1 parent 3970602 commit 6239275

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,3 @@ element.addEventListener("click", event -> {
179179
// ...
180180
}).addEventData("event.detail");
181181
```
182-
183-
184-
## Special configuration when using Spring
185-
186-
By default, Vaadin Flow only includes `com/vaadin/flow/component` to be always scanned for UI components and views. For this reason, the add-on might need to be allowed in order to display correctly.
187-
188-
To do so, just add `com.flowingcode` to the `vaadin.allowed-packages` property in `src/main/resources/application.properties`, like:
189-
190-
```
191-
vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode
192-
```
193-
194-
More information on Spring scanning configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).

0 commit comments

Comments
 (0)