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

mework.cloud.launcher.spring-cloud-launcher-configserver.1.2.2.RELEASE.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
spring:
  application:
    name: configserver
  profiles:
    active: native
  cloud:
    config:
      server:
        bootstrap: true
        native:
          search-locations: classpath:/launcher/, file:./launcher/

server:
  port: 8888

management:
  context-path: /admin

eureka:
  instance:
    status-page-url-path: ${management.context-path}/info

info:
  artifactId: "@project.artifactId@"
  description: "@project.description@"
  version: "@project.version@"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy