doc
This commit is contained in:
felord.cn
2021-01-04 17:33:38 +08:00
parent 37a9075157
commit 9e712fa6b9
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
</dependency>
```
## 采用技术

View File

@@ -4,7 +4,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
</dependency>
```
> 基于 **Spring Boot 2.4.1**