Spring Cloud Alibaba

网址:https://github.com/alibaba/spring-cloud-alibaba
pom.xml文件中引入Spring Cloud Alibaba

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>spring-cloud-alibaba-dependencies</artifactId>
            <version>2.2.5.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

注意,版本以最新为准。


Nacos

https://github.com/alibaba/nacos

下载最新发布版

https://github.com/alibaba/nacos/releases
2021-05-04T09:39:12.png
当前最新版本为2.0.1

Nacos启动方式

Linux/Unix/Mac

启动命令(standalone代表着单机模式运行,非集群模式):

sh startup.sh -m standalone

如果您使用的是ubuntu系统,或者运行脚本报错提示[[符号找不到,可尝试如下运行:

bash startup.sh -m standalone

Windows

启动命令(standalone代表着单机模式运行,非集群模式):

startup.cmd -m standalone
Last modification:May 4, 2021
If you think my article is useful to you, please feel free to appreciate