bootstrap-bug.yml 656 B

123456789101112131415161718192021222324252627
  1. spring:
  2. application:
  3. name: alien-lawyer
  4. cloud:
  5. nacos:
  6. #注册中心
  7. discovery:
  8. server-addr: 8.130.79.5:8848
  9. username: nacos
  10. password: Alien123456
  11. namespace: 00af4930-5bd5-4994-a6f6-591675a2949d
  12. #配置中心
  13. config:
  14. enabled: true
  15. refresh-enabled: true
  16. server-addr: 8.130.79.5:8848
  17. username: nacos
  18. password: Alien123456
  19. group: DEFAULT_GROUP
  20. file-extension: yml
  21. namespace: 00af4930-5bd5-4994-a6f6-591675a2949d
  22. shared-configs:
  23. - data-id: common.yml
  24. group: DEFAULT_GROUP
  25. refresh: true