解決java5 發行錯誤最好的方法

冰天!發表於2024-08-01
點選檢視程式碼
 <properties>
    <java.version>17</java.version>
    <maven.compiler.source>${java.version}</maven.compiler.source>
    <maven.compiler.target>${java.version}</maven.compiler.target>
  </properties>

相關文章