yz_08
2021-02-23 0b7918b0a8fd7cbaf0e33f0021fd7f001a0daaf6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
spring:
  main:
    allow-bean-definition-overriding: true
  application:
    name: FEBS-Gateway
  cloud:
    nacos:
      config:
        server-addr: ${nacos.url}:8848
        group: DEFAULT_GROUP
        prefix: febs-gateway
        file-extension: yaml
      discovery:
        server-addr: ${nacos.url}:8848
  boot:
    admin:
      client:
        instance:
          prefer-ip: true
 
logging:
  level:
    org:
      springframework:
        boot:
          actuate:
            endpoint:
              EndpointId: error
        data:
          convert:
            CustomConversions: error
    com:
      alibaba:
        cloud:
          nacos:
            client:
              NacosPropertySourceBuilder: error