File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
1+ wrapperVersion =3.3.4
2+ distributionType =only-script
3+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
Original file line number Diff line number Diff line change 6262 <artifactId >maven-compiler-plugin</artifactId >
6363 <version >${maven-compiler-plugin.version} </version >
6464 <configuration >
65- <!-- 源代码编译版本 -->
66- <source >${java.version} </source >
67- <!-- 目标平台编译版本 -->
68- <target >${java.version} </target >
6965 <!-- 字符集编码 -->
7066 <encoding >${project.build.sourceEncoding} </encoding >
7167 <!-- 编译最大内存 -->
313309 <artifactId >maven-compiler-plugin</artifactId >
314310 <version >${maven-compiler-plugin.version} </version >
315311 <configuration >
316- <source >${java.version} </source >
317- <target >${java.version} </target >
318312 <!-- 保留方法参数名,支持 Spring MVC 按参数名绑定 -->
319313 <parameters >true</parameters >
320314 <encoding >${project.build.sourceEncoding} </encoding >
485479 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
486480 <java .version>1.8</java .version>
487481 <maven .compiler.release>${java.version} </maven .compiler.release>
488- <maven .version>3.0 </maven .version>
482+ <maven .version>3.9.16 </maven .version>
489483 <jackson-bom .version>2.18.9</jackson-bom .version>
490484 <commons-exec .version>1.4.0</commons-exec .version>
491485 <slf4j .version>2.0.18</slf4j .version>
You can’t perform that action at this time.
0 commit comments