中泽后端接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap.yml 639B

1234567891011121314151617181920212223242526272829
  1. # Tomcat
  2. server:
  3. port: 9203
  4. # Spring
  5. spring:
  6. application:
  7. # 应用名称
  8. name: zhongze-front
  9. profiles:
  10. # 环境配置
  11. active: dev
  12. cloud:
  13. nacos:
  14. username: nacos
  15. password: Zhongze@2024@!#
  16. discovery:
  17. # 服务注册地址
  18. server-addr: 127.0.0.1:8848
  19. namespace: zhongze
  20. config:
  21. # 配置中心地址
  22. server-addr: 127.0.0.1:8848
  23. # 配置文件格式
  24. file-extension: yml
  25. # 共享配置
  26. shared-configs:
  27. - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
  28. namespace: zhongze