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

launcher.application.yml Maven / Gradle / Ivy

There is a newer version: 1.4.0.RELEASE
Show newest version
info:
  description: Spring Cloud Launcher

eureka:
  client:
    instance-info-replication-interval-seconds: 5
    initial-instance-info-replication-interval-seconds: 5
    serviceUrl:
      defaultZone: http://localhost:8761/eureka/

endpoints:
  restart: enabled

ribbon:
  ConnectTimeout: 3000
  ReadTimeout: 60000

h2.datasource.url: jdbc:h2:tcp://localhost:9096/~/launcher
#spring:
#  datasource:
#    url: ${h2.datasource.url}

logging:
  level:
    kafka: WARN
    org.apache.zookeeper: WARN
    org.apache.zookeeper.ClientCnxn: ERROR
    org.apache.kafka: WARN
    org.I0Itec: WARN




© 2015 - 2024 Weber Informatics LLC | Privacy Policy