ludc
2023-12-12 abf8822cfc6fe397d1f7216620f8ba5d3b4d0aab
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