🔨 重构 spring boot starter 模块目录结构

This commit is contained in:
Binary Wang 2019-08-10 18:03:00 +08:00
parent 7033b1d5d6
commit 6c77a87833
13 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
```xml
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-mp-starter</artifactId>
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
<version>${version}</version>
</dependency>
```

View File

@ -3,7 +3,7 @@
```xml
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-pay-starter</artifactId>
<artifactId>wx-java-pay-spring-boot-starter</artifactId>
<version>${version}</version>
</dependency>
```