田源
2023-10-16 9bab38e864e6cfe5209b980a64b39eb304c2d007
Source/UBCS/ubcs-gateway/src/main/resources/application-prod.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