如何使用Spring Cloud Alibaba

1 引入依赖管理在pom文件中

<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>

上一篇:手把手教你在SpringCloud alibaba中集成ELK


下一篇:Fastjson反序列化漏洞分析--TemplatesImpl利用链