Merge branch 'tkk' into test

# Conflicts:
#	src/main/resources/application.yml
This commit is contained in:
Tankaikai
2024-09-24 09:57:53 +08:00
8 changed files with 271 additions and 92 deletions

View File

@@ -231,6 +231,12 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<!-- 支付宝服务端通用SDK -->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>4.39.165.ALL</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>