- 迁移:UserAddress

This commit is contained in:
cherishsince
2020-05-03 20:49:20 +08:00
parent 3c5486c80a
commit 174b19723a
35 changed files with 282 additions and 85 deletions

View File

@@ -15,15 +15,19 @@
<!-- Mall 相关 -->
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>common-framework</artifactId>
<artifactId>system-biz-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- 工具类 -->
<!-- 工具类相关 -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>