Parcourir la source

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

master
Binary Wang il y a 5 ans
Parent
révision
6c77a87833
13 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      spring-boot-starters/wx-java-mp-spring-boot-starter/README.md
  2. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
  3. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java
  4. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java
  5. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java
  6. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java
  7. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java
  8. +0
    -0
      spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/resources/META-INF/spring.factories
  9. +1
    -1
      spring-boot-starters/wx-java-pay-spring-boot-starter/README.md
  10. +0
    -0
      spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
  11. +0
    -0
      spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java
  12. +0
    -0
      spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java
  13. +0
    -0
      spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/resources/META-INF/spring.factories

starters/wx-java-mp-starter/README.md → spring-boot-starters/wx-java-mp-spring-boot-starter/README.md Voir le fichier

@@ -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>
```

starters/wx-java-mp-starter/pom.xml → spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml Voir le fichier


starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpAutoConfiguration.java Voir le fichier


starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpServiceAutoConfiguration.java Voir le fichier


starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/config/WxMpStorageAutoConfiguration.java Voir le fichier


starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/RedisProperties.java Voir le fichier


starters/wx-java-mp-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/mp/properties/WxMpProperties.java Voir le fichier


starters/wx-java-mp-starter/src/main/resources/META-INF/spring.factories → spring-boot-starters/wx-java-mp-spring-boot-starter/src/main/resources/META-INF/spring.factories Voir le fichier


starters/wx-java-pay-starter/README.md → spring-boot-starters/wx-java-pay-spring-boot-starter/README.md Voir le fichier

@@ -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>
```

starters/wx-java-pay-starter/pom.xml → spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml Voir le fichier


starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java → spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/config/WxPayAutoConfiguration.java Voir le fichier


starters/wx-java-pay-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java → spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/java/com/binarywang/spring/starter/wxjava/pay/properties/WxPayProperties.java Voir le fichier


starters/wx-java-pay-starter/src/main/resources/META-INF/spring.factories → spring-boot-starters/wx-java-pay-spring-boot-starter/src/main/resources/META-INF/spring.factories Voir le fichier


Chargement…
Annuler
Enregistrer