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

gkarlsson.spring-boot-example.15.1.1.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 15.1.2
Show newest version
spring.application.name=spring-boot-example

# Sane defaults
spring.jpa.open-in-view=false

management.endpoints.web.exposure.include=prometheus

# Set lever to 'DEBUG' to see what goes on
logging.level.com.github.kagkarlsson.scheduler=INFO

# Db-scheduler configuration
db-scheduler.threads=5
db-scheduler.polling-interval=5s
db-scheduler.immediate-execution-enabled=true

db-scheduler.polling-strategy=fetch
db-scheduler.polling-strategy-lower-limit-fraction-of-threads=0.5
db-scheduler.polling-strategy-upper-limit-fraction-of-threads=3.0
db-scheduler.shutdown-max-wait=30m
db-scheduler.always-persist-timestamp-in-utc=false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy