Skip to content

Commit

Permalink
🔥 test model
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasaw committed Apr 9, 2023
1 parent d1b6c82 commit 7aeaf9d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ luna-fans-api-fans 基于各个开放平台的api整合优化,大部分采用

## 日志

- 2023.04.09 升级SpringBoot 2.7.10, 精简maven,升级到3.1.2, 拆分Tencent的微信支付模块,和aliPay的支付模块,新增支付测试controller
- 2023.04.09 升级SpringBoot 2.7.10, 精简maven, 拆分Tencent的微信支付模块,和aliPay的支付模块,新增支付测试controller
- 2022.10.03 增加阿里Oss平台,升级SpringBoot 2.7.0

- 2022-05-25 Smms图床,邮件发送,百度Api开放平台,腾讯Api开放平台,微信支付,阿里Api开放平台,阿里云oss,阿里pay
Expand Down
2 changes: 1 addition & 1 deletion ali-pay-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>

<artifactId>ali-pay-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ali-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>
<artifactId>ali-spring-boot-starter</artifactId>
<version>${luna-fans-api.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>${luna-fans-api.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion baidu-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>
<artifactId>baidu-spring-boot-starter</artifactId>
<name>baidu-spring-boot-starter</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<packaging>pom</packaging>
<version>3.1.2</version>
<version>3.1.3</version>
<name>luna-fans-api</name>
<description>fans API Toolkit</description>
<url>https://lunasaw.github.io/${project.name}</url>
Expand All @@ -29,7 +29,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>2.7.10</spring-boot.version>
<luna-common.veriosn>2.3.9</luna-common.veriosn>
<luna-fans-api.version>3.1.2</luna-fans-api.version>
<luna-fans-api.version>3.1.3</luna-fans-api.version>
<github.username>lunasaw</github.username>
</properties>

Expand Down
9 changes: 1 addition & 8 deletions tencent-pay-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>

<artifactId>tencent-pay-spring-boot-starter</artifactId>
Expand All @@ -23,13 +23,6 @@
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>

<!--腾讯Api-->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.288</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-speech-sdk-java -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
Expand Down
8 changes: 5 additions & 3 deletions tencent-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.2</version>
<version>3.1.3</version>
</parent>
<artifactId>tencent-spring-boot-starter</artifactId>
<version>${luna-fans-api.version}</version>
Expand All @@ -28,12 +28,14 @@
</dependency>

<!--腾讯Api-->
<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java-common -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.288</version>
<artifactId>tencentcloud-sdk-java-common</artifactId>
<version>3.1.731</version>
</dependency>


<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-speech-sdk-java -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-luna-fans-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>2.7.10</spring-boot.version>
<luna-common.veriosn>2.3.9</luna-common.veriosn>
<luna-fans-api.version>3.1.2</luna-fans-api.version>
<luna-fans-api.version>3.1.3</luna-fans-api.version>
<github.username>lunasaw</github.username>
</properties>

Expand Down

0 comments on commit 7aeaf9d

Please sign in to comment.