田源
2024-02-19 8b8a0f7512e25cdaf60af6a1d7c9e64f0ffe1dfa
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