All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.syndesis.integration.project.generator.templates.application.properties.mustache Maven / Gradle / Ivy

# Logging
logging.level.io.syndesis = DEBUG
logging.level.org.apache.camel.spring.boot.RoutesCollector = DEBUG

# disable all management enpoints except health
endpoints.enabled = false
endpoints.health.enabled = true
management.health.defaults.enabled=false

# Camel
camel.springboot.name = {{name}}
camel.springboot.streamCachingEnabled = true
camel.springboot.xml-routes = false
camel.springboot.xml-rests = false
camel.springboot.java-routes-include-pattern = false

# Camel endpoints
endpoints.camelroutecontroller.enabled = false
endpoints.camelroutes.enabled = false

camel.health.enabled=false
camel.health.indicator.enabled=true

# disable spring boot auto configurations
spring.autoconfigure.exclude[0] = org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration




© 2015 - 2025 Weber Informatics LLC | Privacy Policy