fuck rentordercreate

This commit is contained in:
2025-09-07 02:51:45 +08:00
parent d9935428fe
commit b60b0c58a5
26 changed files with 1374 additions and 4 deletions

11
pom.xml
View File

@ -92,6 +92,17 @@
<version>1.18.30</version>
</dependency>
<!-- OpenFeign -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<!-- Hystrix 熔断器 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
</dependency>
<!-- Spring Retry -->
<dependency>