|
|
|
|
@ -12,8 +12,7 @@
|
|
|
|
|
<artifactId>order-service-impl</artifactId>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- api module -->
|
|
|
|
|
<!-- Mall 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.iocoder.mall</groupId>
|
|
|
|
|
<artifactId>user-sdk</artifactId>
|
|
|
|
|
@ -52,74 +51,79 @@
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- tools category -->
|
|
|
|
|
<!-- DB 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
<version>27.0.1-jre</version>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- connector -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
<!-- <artifactId>spring-boot-starter-jdbc</artifactId>-->
|
|
|
|
|
<!--<!– <exclusions>–>-->
|
|
|
|
|
<!--<!– <exclusion>–>-->
|
|
|
|
|
<!--<!– <artifactId>HikariCP</artifactId>–>-->
|
|
|
|
|
<!--<!– <groupId>com.zaxxer</groupId>–>-->
|
|
|
|
|
<!--<!– </exclusion>–>-->
|
|
|
|
|
<!--<!– </exclusions>–>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- spring cloud and dubbo -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.dubbo</groupId>
|
|
|
|
|
<artifactId>dubbo</artifactId>
|
|
|
|
|
<groupId>io.seata</groupId>
|
|
|
|
|
<artifactId>seata-spring</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
|
<artifactId>curator-framework</artifactId>
|
|
|
|
|
<groupId>io.seata</groupId>
|
|
|
|
|
<artifactId>seata-dubbo</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- RPC 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
|
<artifactId>curator-recipes</artifactId>
|
|
|
|
|
<groupId>org.apache.dubbo</groupId>
|
|
|
|
|
<artifactId>dubbo</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.dubbo</groupId>
|
|
|
|
|
<artifactId>dubbo-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- MQ 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
|
|
|
<artifactId>rocketmq-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Job 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
|
|
|
<artifactId>rocketmq-spring-boot-starter</artifactId>
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Registry 和 Config 相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.seata</groupId>
|
|
|
|
|
<artifactId>seata-spring</artifactId>
|
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
|
<artifactId>curator-framework</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--dependency for Apache Dubbo-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.seata</groupId>
|
|
|
|
|
<artifactId>seata-dubbo</artifactId>
|
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
|
<artifactId>curator-recipes</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 工具类相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- test -->
|
|
|
|
|
<!-- 测试相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
|