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

@@ -26,6 +26,11 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>RELEASE</version>
</dependency>
</dependencies>
</project>