Skip to content

Commit 23ab472

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

File tree

2 files changed

+4
-4
lines changed
  • spring-boot-starters
    • wx-java-mp-spring-boot-starter
    • wx-java-pay-spring-boot-starter

2 files changed

+4
-4
lines changed

spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

13-
<artifactId>wx-java-mp-starter</artifactId>
13+
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
1414
<name>WxJava - Spring Boot Starter for MP</name>
15-
<description>微信公众号开发的Spring Boot Starter</description>
15+
<description>微信公众号开发的 Spring Boot Starter</description>
1616

1717
<properties>
1818
<spring.boot.version>2.1.4.RELEASE</spring.boot.version>

spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

13-
<artifactId>wx-java-pay-starter</artifactId>
13+
<artifactId>wx-java-pay-spring-boot-starter</artifactId>
1414
<name>WxJava - Spring Boot Starter for WxPay</name>
15-
<description>微信支付开发的Spring Boot Starter</description>
15+
<description>微信支付开发的 Spring Boot Starter</description>
1616

1717
<properties>
1818
<spring.boot.version>2.1.4.RELEASE</spring.boot.version>

0 commit comments

Comments
 (0)