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

sso-client-gateway-sample.1.0.60.source-code.bootstrap.yml Maven / Gradle / Ivy

server:
  port: 20001
spring:
  cloud:
    gateway:
      routes:
        - id: test
          uri: https://hocg.in
          predicates:
            - Path=/test
debug: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy