Skip to content

Commit

Permalink
⚡ 优化SpringBoot 3.2 maven compile 参数
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Jan 28, 2024
1 parent 9843c28 commit cd89aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<debug>false</debug>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
<target>${maven.compiler.target}</target>
<source>${maven.compiler.source}</source>
<encoding>UTF-8</encoding>
<parameters>true</parameters>
</configuration>
</plugin>
<!--打包jar 与git commit 关联插件-->
Expand Down

0 comments on commit cd89aeb

Please sign in to comment.