田源
2023-12-08 d1d276eb9bc247dba1a11542fa38a656703e15f1
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