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