ludc
2024-04-18 aee67ef5bf2e57a148bfded1cb986378e35e7e01
Source/UBCS/ubcs-gateway/src/main/resources/application-prod.yml
@@ -10,4 +10,16 @@
      - 192.168.0.*
      - 127.0.0.1
server:
  port: 80
  port: 37000
spring:
  cloud:
    gateway:
      discovery:
        locator:
          enabled: true
    loadbalancer:
      retry:
        enabled: true
  main:
    web-application-type: reactive