Skip to content

Commit

Permalink
🐛 fix wrong component namespace (workaround) closes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Oct 27, 2021
1 parent 0c32514 commit e260c40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vaadin.whitelisted-packages=org.komunumo

server.port=${PORT:8080}
logging.level.org.atmosphere = warn
logging.level.org.jooq=debug
Expand All @@ -20,3 +18,4 @@ komunumo.website.logoUrlTemplate=/images/logo.png
# To improve the performance during development.
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
# vaadin.whitelisted-packages= org/vaadin/example
vaadin.whitelisted-packages=org.komunumo, org.vaadin.gatanaso, com.vaadin.componentfactory

0 comments on commit e260c40

Please sign in to comment.