mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 09:08:54 +08:00
Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
This commit is contained in:
parent
7aa92f07e5
commit
d431b4a69a
@ -77,6 +77,7 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s
|
||||
|
||||
- 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题;
|
||||
- 重新打包 javapoet,防止与其他项目冲突;
|
||||
- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18`
|
||||
|
||||
### 1.4.6
|
||||
|
||||
|
||||
@ -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;
|
||||
- Repackaged `javapoet` to prevent conflicts with other projects.
|
||||
- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
|
||||
|
||||
### 1.4.6
|
||||
|
||||
|
||||
@ -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;
|
||||
- Repackaged `javapoet` to prevent conflicts with other projects.
|
||||
- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
|
||||
|
||||
### 1.4.6
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@ description: MapStructPlus release log
|
||||
|
||||
- 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题;
|
||||
- 重新打包 javapoet,防止与其他项目冲突;
|
||||
- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18`
|
||||
|
||||
### 1.4.6
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<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>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user