Merge branch 'master' into Rollout_migrate_table_to_grid
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -16,6 +16,11 @@
|
|||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
|
|
||||||
|
######################
|
||||||
|
# Sonar
|
||||||
|
######################
|
||||||
|
.sonar_lock
|
||||||
|
|
||||||
# Eclipse IDE
|
# Eclipse IDE
|
||||||
|
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ hawkbit.server.controller.security.authentication.gatewaytoken.enabled=false
|
|||||||
|
|
||||||
spring.profiles.active=amqp
|
spring.profiles.active=amqp
|
||||||
|
|
||||||
vaadin.servlet.params.productionMode=false
|
vaadin.servlet.productionMode=false
|
||||||
vaadin.static.servlet.params.productionMode=false
|
vaadin.static.servlet.productionMode=false
|
||||||
|
|
||||||
## Configuration for RabbitMQ integration
|
## Configuration for RabbitMQ integration
|
||||||
hawkbit.server.amqp.username=guest
|
hawkbit.server.amqp.username=guest
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ flyway.initOnMigrate=true
|
|||||||
flyway.sqlMigrationSuffix=${spring.jpa.database}.sql
|
flyway.sqlMigrationSuffix=${spring.jpa.database}.sql
|
||||||
|
|
||||||
# Vaadin Servlet
|
# Vaadin Servlet
|
||||||
vaadin.static.servlet.params.resourceCacheTime=${spring.resources.cache-period}
|
vaadin.static.servlet.resourceCacheTime=${spring.resources.cache-period}
|
||||||
vaadin.static.servlet.params.productionMode=true
|
vaadin.static.servlet.productionMode=true
|
||||||
vaadin.servlet.params.productionMode=true
|
vaadin.servlet.productionMode=true
|
||||||
vaadin.servlet.params.resourceCacheTime=${spring.resources.cache-period}
|
vaadin.servlet.resourceCacheTime=${spring.resources.cache-period}
|
||||||
vaadin.servlet.urlMapping=/UI/*
|
vaadin.servlet.urlMapping=/UI/*
|
||||||
vaadin.servlet.params.heartbeatInterval=60
|
vaadin.servlet.params.heartbeatInterval=60
|
||||||
vaadin.servlet.params.closeIdleSessions=false
|
vaadin.servlet.params.closeIdleSessions=false
|
||||||
|
|||||||
Reference in New Issue
Block a user