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

mework.cloud.spring-cloud-config-server.4.1.3.source-code.configserver.yml Maven / Gradle / Ivy

The newest version!
info:
  component: Config Server

spring:
  application:
    name: configserver
  autoconfigure.exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
  jmx:
    default_domain: cloud.config.server
  cloud:
    config:
      server:
        git:
          uri: https://github.com/spring-cloud-samples/config-repo
          repos:
            - patterns: multi-repo-demo-*
              uri: https://github.com/spring-cloud-samples/config-repo
server:
  port: 8888
management:
  endpoints:
    web:
      base-path: /admin




© 2015 - 2024 Weber Informatics LLC | Privacy Policy