TASK:买家端/卖家端接入支付服务

This commit is contained in:
2026-05-26 17:41:18 +08:00
parent ab552fc414
commit 941e1e04af
8 changed files with 95 additions and 8 deletions

View File

@@ -176,6 +176,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
</dependencies>
<build>