Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.

This commit is contained in:
linpeilie 2025-03-19 18:46:59 +08:00
parent 7aa92f07e5
commit d431b4a69a
5 changed files with 5 additions and 1 deletions

View File

@ -77,6 +77,7 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s
- 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题; - 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题;
- 重新打包 javapoet防止与其他项目冲突 - 重新打包 javapoet防止与其他项目冲突
- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18`
### 1.4.6 ### 1.4.6

View File

@ -74,6 +74,7 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s
- Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode; - Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode;
- Repackaged `javapoet` to prevent conflicts with other projects. - Repackaged `javapoet` to prevent conflicts with other projects.
- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
### 1.4.6 ### 1.4.6

View File

@ -10,6 +10,7 @@ description: MapStructPlus release log
- Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode; - Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode;
- Repackaged `javapoet` to prevent conflicts with other projects. - Repackaged `javapoet` to prevent conflicts with other projects.
- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
### 1.4.6 ### 1.4.6

View File

@ -10,6 +10,7 @@ description: MapStructPlus release log
- 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题; - 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题;
- 重新打包 javapoet防止与其他项目冲突 - 重新打包 javapoet防止与其他项目冲突
- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18`
### 1.4.6 ### 1.4.6

View File

@ -16,7 +16,7 @@
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.7.9</spring-boot.version> <spring-boot.version>2.7.18</spring-boot.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>