16 lines
753 B
Properties
16 lines
753 B
Properties
server.port=${PORT:8080}
|
|
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
|
|
# PostgreSQL configuration.
|
|
spring.datasource.url = jdbc:postgresql://localhost:5432/munera_vaadin
|
|
spring.datasource.username = postgres
|
|
spring.datasource.password =
|
|
spring.jpa.hibernate.ddl-auto = update
|
|
# To improve the performance during development.
|
|
# For more information https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters
|
|
vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.application.munera
|
|
spring.jpa.defer-datasource-initialization = true
|
|
spring.sql.init.mode = always
|