bootstrap.yml 564 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. application:
  3. name: FEBS-Server-System
  4. cloud:
  5. nacos:
  6. config:
  7. server-addr: ${nacos.url}:8001
  8. group: DEFAULT_GROUP
  9. prefix: febs-server-system
  10. file-extension: yaml
  11. refreshable-dataids:
  12. discovery:
  13. server-addr: ${nacos.url}:8001
  14. logging:
  15. level:
  16. org:
  17. springframework:
  18. boot:
  19. actuate:
  20. endpoint:
  21. EndpointId: error
  22. com:
  23. alibaba:
  24. cloud:
  25. nacos:
  26. client:
  27. NacosPropertySourceBuilder: error