From 0718ee32954304f478c3db710ba44c22bcadb956 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo <30666649+paodb@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:05:40 -0300 Subject: [PATCH] docs(readme): update readme information --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 087c002..9b01368 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,10 @@ Badge List Add-on is written by Flowing Code S.A. ## Special configuration when using Spring -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 whitelisted in order to display correctly. +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. -To do so, just add ```com.flowingcode``` to the ```vaadin.whitelisted-packages``` property in ```src/main/resources/application.properties```, like: +To do so, just add ```com.flowingcode``` to the ```vaadin.allowed-packages``` property in ```src/main/resources/application.properties```, like: -```vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode``` +```vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode``` -More information on Spring whitelisted configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages). +More information on Spring scanning configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).