ludc
2024-05-08 a4b28051e5336d51471ca1590e57476b2b42c4ba
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