Skip to content

Commit 6c77a87

Browse files
committed
🔨 重构 spring boot starter 模块目录结构
1 parent 7033b1d commit 6c77a87

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

starters/wx-java-mp-starter/README.md renamed to spring-boot-starters/wx-java-mp-spring-boot-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
```xml
55
<dependency>
66
<groupId>com.github.binarywang</groupId>
7-
<artifactId>wx-java-mp-starter</artifactId>
7+
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
88
<version>${version}</version>
99
</dependency>
1010
```

starters/wx-java-pay-starter/README.md renamed to spring-boot-starters/wx-java-pay-spring-boot-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```xml
44
<dependency>
55
<groupId>com.github.binarywang</groupId>
6-
<artifactId>wx-java-pay-starter</artifactId>
6+
<artifactId>wx-java-pay-spring-boot-starter</artifactId>
77
<version>${version}</version>
88
</dependency>
99
```

0 commit comments

Comments
 (0)