田源
2024-01-25 b1ed46fcf0b28fa9278fc87e95410f7063ce4340
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