ludc
2023-10-19 6e9a7a7d5676738833e77d546dccb06b57f0ff1c
Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml
@@ -9,3 +9,17 @@
    prior-ip-pattern:
      - 192.168.0.*
      - 127.0.0.1
server:
  port: 37000
spring:
  cloud:
    gateway:
      discovery:
        locator:
          enabled: true
    loadbalancer:
      retry:
        enabled: true
  main:
    web-application-type: reactive