# nacos-learn **Repository Path**: seecup/nacos-learn ## Basic Information - **Project Name**: nacos-learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-08 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nacos-learn #### 介绍 nacos官网 https://nacos.io/zh-cn/docs/what-is-nacos.html nacos管理页面 账号/密码 nacos /nacos http://localhost:8848/nacos/index.html #### 访问地址 consumer http://localhost:38094/consumerService/info/list provider http://localhost:38095/providerService/info/list 配置多个生产者 idea配置 ``` PorviderApplication2 --server.port=38096 ``` ![image-20210608003536027](img/image-20210608003536027.png)