- 后端:调整 promotion 项目,本地开发不开启文档

- 后端:promotion 项目,引入 seata 分布式事务
This commit is contained in:
YunaiV
2019-05-14 00:02:29 +08:00
parent e25ba3895d
commit f77e577955
5 changed files with 86 additions and 101 deletions

View File

@@ -12,17 +12,14 @@
<artifactId>promotion-service-api</artifactId>
<dependencies>
<!-- Mall 相关 -->
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>common-framework</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
@@ -31,6 +28,7 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>