商城2 整合springcloud

  1. springCloud网址  https://spring-cloud-alibaba-group.github.io/github-pages/greenwich/spring-cloud-alibaba.html
  2. 引入依赖
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.alibaba.cloud</groupId>
                <artifactId>spring-cloud-alibaba-dependencies</artifactId>
                <version>2.1.0.RELEASE</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

     

商城2 整合springcloud

上一篇:自定义QLabel,并实现滚轮放大缩小,移动等


下一篇:如何不用音乐播放器批量下载音乐?只需几分钟,Python轻松实现!