yz
2021-02-19 d8da861e315c42930d2dffae66b90f4e489f9d2b
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