ludc
2023-11-29 7f863f2bebf55d5735d8fc7556f74e463d81b983
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