Skip to content

Commit

Permalink
Merge pull request gudaoxuri#213 from 17629354490/master
Browse files Browse the repository at this point in the history
springboot3.2.1->3.2.2 & add compilerArgs
  • Loading branch information
gudaoxuri authored Feb 27, 2024
2 parents 2dc096c + 01d0849 commit 0d86091
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion framework/modules/parent-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -235,6 +235,10 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<!-- jdk11之后,java编辑器默认不在保留方法参数名称,需要显示的配置 -->
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0d86091

Please sign in to comment.