yz_08
2021-05-10 a0a84b9ecbedfa2a04060171cf25e5a0215a5e73
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
spring:
  application:
    name: FEBS-Auth
  cloud:
    nacos:
      config:
        server-addr: ${nacos.url}:8848
        group: DEFAULT_GROUP
        prefix: febs-auth
        file-extension: yaml
      discovery:
        server-addr: ${nacos.url}:8848
  thymeleaf:
    cache: false
 
logging:
  level:
    org:
      springframework:
        boot:
          actuate:
            endpoint:
              EndpointId: error
    com:
      alibaba:
        cloud:
          nacos:
            client:
              NacosPropertySourceBuilder: error