“Javac选项source和target的作用”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
Jihongchang(讨论 | 贡献)  (建立内容为“=== 参考 === https://blog.csdn.net/gao_zhennan/article/details/124232142”的新页面)  | 
				Jihongchang(讨论 | 贡献)   | 
				||
| 第1行: | 第1行: | ||
=== 参考 ===  | === 参考 ===  | ||
https://blog.csdn.net/gao_zhennan/article/details/124232142  | https://blog.csdn.net/gao_zhennan/article/details/124232142  | ||
| + | |||
| + | 同 maven 中的<syntaxhighlight lang="xml">  | ||
| + |     <properties>  | ||
| + |         <maven.compiler.source>8</maven.compiler.source>  | ||
| + |         <maven.compiler.target>8</maven.compiler.target>  | ||
| + |     </properties>  | ||
| + | </syntaxhighlight>  | ||
2023年2月1日 (三) 10:56的版本
参考
https://blog.csdn.net/gao_zhennan/article/details/124232142
同 maven 中的
    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
    </properties>