SPU.get接口改造

This commit is contained in:
zhuyang
2021-10-06 22:50:17 +08:00
parent 30e2d08784
commit c50f99e7b3
37 changed files with 183 additions and 93 deletions

View File

@@ -106,6 +106,11 @@
<artifactId>mapstruct-jdk8</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>
<build>