Removed unnecessary property definitions
This commit is contained in:
@@ -7,12 +7,6 @@
|
|||||||
# http://www.eclipse.org/legal/epl-v10.html
|
# http://www.eclipse.org/legal/epl-v10.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# Tomcat / Server
|
|
||||||
server.tomcat.compression=on
|
|
||||||
spring.http.gzip.mime-types=text/html,text/xml,text/plain,application/json,application/javascript,text/css,application/x-javascript,text/javascript,application/vnd.ms-fontobject,application/x-font-opentype,application/x-font-truetype,application/x-font-ttf,application/xml,font/eot,font/opentype,font/otf,image/svg+xml,image/vnd.microsoft.icon
|
|
||||||
server.tomcat.compressable-mime-types=${spring.http.gzip.mime-types}
|
|
||||||
spring.http.gzip.min-gzip-size=256
|
|
||||||
|
|
||||||
# JPA / Datasource
|
# JPA / Datasource
|
||||||
spring.jpa.eclipselink.eclipselink.weaving=false
|
spring.jpa.eclipselink.eclipselink.weaving=false
|
||||||
spring.jpa.database=H2
|
spring.jpa.database=H2
|
||||||
@@ -21,7 +15,6 @@ spring.datasource.driverClassName=org.h2.Driver
|
|||||||
|
|
||||||
# MongoDB for artifact-repository
|
# MongoDB for artifact-repository
|
||||||
spring.data.mongodb.uri=mongodb://localhost/artifactrepo
|
spring.data.mongodb.uri=mongodb://localhost/artifactrepo
|
||||||
spring.data.mongo.repositories.enabled=true
|
|
||||||
|
|
||||||
# Flyway DDL
|
# Flyway DDL
|
||||||
flyway.enabled=true
|
flyway.enabled=true
|
||||||
@@ -34,10 +27,6 @@ vaadin.servlet.urlMapping=/UI/*
|
|||||||
vaadin.servlet.heartbeatInterval=60
|
vaadin.servlet.heartbeatInterval=60
|
||||||
vaadin.servlet.closeIdleSessions=false
|
vaadin.servlet.closeIdleSessions=false
|
||||||
|
|
||||||
# Spring MVC
|
|
||||||
spring.mvc.favicon.enabled=false
|
|
||||||
|
|
||||||
|
|
||||||
# Defines the thread pool executor
|
# Defines the thread pool executor
|
||||||
hawkbit.threadpool.corethreads=5
|
hawkbit.threadpool.corethreads=5
|
||||||
hawkbit.threadpool.maxthreads=20
|
hawkbit.threadpool.maxthreads=20
|
||||||
|
|||||||
Reference in New Issue
Block a user