Просмотр исходного кода

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

master
Binary Wang 5 лет назад
Родитель
Сommit
23ab472293
2 измененных файлов: 4 добавлений и 4 удалений
  1. +2
    -2
      spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
  2. +2
    -2
      spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml

+ 2
- 2
spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml Просмотреть файл

@@ -10,9 +10,9 @@
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>


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


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


+ 2
- 2
spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml Просмотреть файл

@@ -10,9 +10,9 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


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


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


Загрузка…
Отмена
Сохранить