Skip to content

Commit

Permalink
Merge pull request #24 from EightMonth/springboot3
Browse files Browse the repository at this point in the history
合并Master分支变更,升级 3.6.3
  • Loading branch information
zhangdaiscott authored Mar 25, 2024
2 parents b844255 + 03deacb commit 3fcc54c
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jeecg-boot-starter
当前最新版本: 3.6.2(发布日期:2024-01-08
当前最新版本: 3.6.3(发布日期:2024-03-11

### 介绍
> jeecg-boot的starter启动模块独立出来,简化项目,便于维护。
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>公共模块</description>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-chatgpt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-chatgpt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-lock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-mongon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-mongon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-rabbitmq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-seata</artifactId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import org.springframework.context.annotation.Configuration;

/**
* @author eightmonth
* @date 2023/10/16 17:35
*
* @author eightmonth
* @date 2023/10/16 17:35
*/
@Configuration(proxyBeanMethods = false)
@ConditionalOnClass(Client.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
import java.util.List;

/**
* @author eightmonth
* @date 2023/10/16 17:32
*
* @author eightmonth
* @date 2023/10/16 17:32
*/
public class SeataFeignRequestInterceptor implements RequestInterceptor {
@Override
Expand Down
2 changes: 1 addition & 1 deletion jeecg-boot-starter-shardingsphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-boot-starter3</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.6.2</version>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-starter3-shardingsphere</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>jeecg-boot-starter3</artifactId>
<packaging>pom</packaging>
<name>JEECG BOOT STARTER ${project.version}</name>
<version>3.6.2</version>
<version>3.6.3</version>

<developers>
<developer>
Expand All @@ -33,7 +33,7 @@
<jeecgboot.version>${project.version}</jeecgboot.version>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hutool.version>5.8.23</hutool.version>
<hutool.version>5.8.25</hutool.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<guava.version>29.0-jre</guava.version>
<!-- chatGpt -->
Expand Down

0 comments on commit 3fcc54c

Please sign in to comment.