application.properties 528 B

12345678910
  1. server.port=${PORT:8080}
  2. logging.level.org.atmosphere = warn
  3. spring.mustache.check-template-location = false
  4. # Launch the default browser when starting the application in development mode
  5. vaadin.launch-browser=true
  6. # To improve the performance during development.
  7. # For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
  8. vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application
  9. spring.jpa.defer-datasource-initialization = true