diff --git a/starters/wx-java-mp-starter/README.md b/spring-boot-starters/wx-java-mp-spring-boot-starter/README.md
similarity index 91%
rename from starters/wx-java-mp-starter/README.md
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/README.md
index d8e10103..ec7f343c 100644
--- a/starters/wx-java-mp-starter/README.md
+++ b/spring-boot-starters/wx-java-mp-spring-boot-starter/README.md
@@ -4,7 +4,7 @@
```xml
com.github.binarywang
- wx-java-mp-starter
+ wx-java-mp-spring-boot-starter
${version}
```
diff --git a/starters/wx-java-mp-starter/pom.xml b/spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
similarity index 100%
rename from starters/wx-java-mp-starter/pom.xml
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
diff --git a/starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java
diff --git a/starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java
diff --git a/starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java
diff --git a/starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java
diff --git a/starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java
diff --git a/starters/wx-java-mp-starter/src/main/resources/META-INF/spring.factories b/spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/resources/META-INF/spring.factories
similarity index 100%
rename from starters/wx-java-mp-starter/src/main/resources/META-INF/spring.factories
rename to spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/resources/META-INF/spring.factories
diff --git a/starters/wx-java-pay-starter/README.md b/spring-boot-starters/wx-java-pay-spring-boot-starter/README.md
similarity index 86%
rename from starters/wx-java-pay-starter/README.md
rename to spring-boot-starters/wx-java-pay-spring-boot-starter/README.md
index c9872161..51a36364 100644
--- a/starters/wx-java-pay-starter/README.md
+++ b/spring-boot-starters/wx-java-pay-spring-boot-starter/README.md
@@ -3,7 +3,7 @@
```xml
com.github.binarywang
- wx-java-pay-starter
+ wx-java-pay-spring-boot-starter
${version}
```
diff --git a/starters/wx-java-pay-starter/pom.xml b/spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
similarity index 100%
rename from starters/wx-java-pay-starter/pom.xml
rename to spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
diff --git a/starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java b/spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java
similarity index 100%
rename from starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java
rename to spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java
diff --git a/starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java b/spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java
similarity index 100%
rename from starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java
rename to spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java
diff --git a/starters/wx-java-pay-starter/src/main/resources/META-INF/spring.factories b/spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/resources/META-INF/spring.factories
similarity index 100%
rename from starters/wx-java-pay-starter/src/main/resources/META-INF/spring.factories
rename to spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/resources/META-INF/spring.factories