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

templates.gateway.bootstrap.yml.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
spring:
  main:
    allow-circular-references: true
  application:
    name: ${projectName}-gateway
  cloud:
    nacos:
      discovery:
        namespace: ${r'${NACOS_ACTIVE:}'}
        server-addr: ${r'${NACOS_HOST:127.0.0.1}'}:${r'${NACOS_PORT:8848}'}
      config:
        namespace: ${r'${NACOS_ACTIVE:}'}
        server-addr: ${r'${spring.cloud.nacos.discovery.server-addr}'}
        file-extension: yml
        shared-configs:
          - application-${r'${spring.profiles.active}'}.${r'${spring.cloud.nacos.config.file-extension}'}
  profiles:
    active: ${r'${NACOS_ACTIVE:dev}'}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy