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

zsip.api-gateway.1.0.0.RC4.source-code.application-local.yml Maven / Gradle / Ivy

The newest version!
server:
  port: 8000

spring:
  application:
    name: bizsip-api-gaetway

  cloud:
    nacos:
      discovery:
        server-addr: nacos.yufu99.com:8848
        namespace: shizy

    gateway:
      discovery:
        locator:
          enabled: true
          lower-case-service-id: true
      routes:
        - id: bizsip-integrator
          uri: lb://bizsip-integrator
          predicates:
            - Path=/api/**

logging:
  level:
    com.bizmda.bizsip: debug

graceful:
  shutdown:
    enabled: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy