ludc
2023-10-20 5bb9b9a22b0b6f42f2a8920c7b6e6d894e53842b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
server:
  port: 37000
 
spring:
  cloud:
    gateway:
      discovery:
        locator:
          enabled: true
    loadbalancer:
      retry:
        enabled: true
  main:
    web-application-type: reactive