2023-12-04 15:00:18 +02:00
|
|
|
#
|
|
|
|
|
# Copyright (c) 2023 Contributors to the Eclipse Foundation
|
|
|
|
|
#
|
|
|
|
|
# This program and the accompanying materials are made
|
|
|
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
|
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
server.port=${PORT:8088}
|
|
|
|
|
|
|
|
|
|
### Vaadin start ###`
|
|
|
|
|
# build with mvn vaadin:build-frontend to enable / disable
|
|
|
|
|
vaadin.frontend.hotdeploy=false
|
|
|
|
|
logging.level.org.atmosphere = warn
|
|
|
|
|
spring.mustache.check-template-location = false
|
|
|
|
|
# Launch the default browser when starting the application in development mode
|
|
|
|
|
vaadin.launch-browser=true
|
|
|
|
|
# To improve the performance during development.
|
|
|
|
|
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
|
2024-01-11 18:07:24 +02:00
|
|
|
vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,org.eclipse.hawkbit
|
2023-12-04 15:00:18 +02:00
|
|
|
### Vaadin end ###
|