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

config.bootstrap-dev.yml Maven / Gradle / Ivy

The newest version!
debug: true

logging:
  config: classpath:config/log4j2.xml
  level:
    root: info
    rebue: trace
    com.netflix.discovery: off

eureka:
  client:
    service-url:
      defaultZone: http://127.0.0.1:8761/eureka/

spring:
  rabbitmq:
      host: 127.0.0.1
      port: 5672
      username: guest
      password: guest
  cloud:
    config:
      server:
        git:
          # git仓库地址
          uri: https://git.coding.net/rebue/config-center.git




© 2015 - 2025 Weber Informatics LLC | Privacy Policy