# springcloud **Repository Path**: yuxin123/springcloud ## Basic Information - **Project Name**: springcloud - **Description**: springcloud学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud #### 介绍 springcloud学习 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1 nocas部署安装 # 下载源码 git clone https://github.com/alibaba/nacos.git 码云更快 git clone https://gitee.com/mirrors/Nacos.git # 安装到本地仓库 cd nacos/ mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U cd distribution/target/nacos-server-$version/nacos/bin Linux ./startup.sh -m standalone Windows startup.cmd Ubuntu启动bash -f ./startup.sh -m standalone # 引用nacos和注册服务 1. 启动项+@EnableDiscoveryClient 2. pom引入 spring-cloud-starter-alibaba-nacos-discovery spring-cloud-starter-alibaba-nacos-config # sentinel地址码云 https://gitee.com/mirrors/Sentinel.git 注意如果sentinel部署在云上,机器是无法互通的,只能使用公网ip # nacos注意事项 不要重复配置,比如application name 否则会一直刷新