| spring: | 
|   cloud: | 
|     loadbalancer: | 
|       enabled: true | 
|       nacos: | 
|         # 使用Nacos负载策略,开发环境可以利用就近访问机制定向访问,启动参数如下: | 
|         # -Dspring.cloud.nacos.discovery.cluster-name=自定义 | 
|         enabled: true | 
|       cache: | 
|         # 暂时关闭缓存 | 
|         enabled: false | 
|     nacos: | 
|       server-addr: http://192.168.0.212:8848 #配置Nacos地址 | 
|       username: nacos | 
|       password: nacos | 
|       #      config: | 
|       #        server-addr: http://192.168.0.212:8848 #配置Nacos地址 | 
|       #        namespace: dmvisit | 
|       #        username: nacos | 
|       #        password: nacos | 
|       #        file-extension: yaml | 
|       #        group: dev | 
|       #        data-id: com.doumee.meeting.admin | 
|       discovery: | 
|         server-addr: http://192.168.0.212:8848 #配置Nacos地址 | 
|         namespace: wuhu_visit_dev | 
|         username: nacos | 
|         password: nacos |