Skip to content

Commit

Permalink
OpenAPI Generatorで使用するランタイムの下限を8から11に修正 (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiyoshid-a authored Dec 20, 2024
1 parent 599f241 commit aea8265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: Vue.js を用いた クライアントサイドアプリケーシ

### JDK のインストール {#install-jdk}

OpenAPI Generator を使用するためには、 Java 8 以降のランタイムと、システム環境変数 JAVA_HOME の設定が必要です。 Oracle JDK や Eclipse Temurin など、適当な JDK をインストールし、 JAVA_HOME を設定してください。
OpenAPI Generator を使用するためには、 Java 11 以降のランタイムと、システム環境変数 JAVA_HOME の設定が必要です。 Oracle JDK や Eclipse Temurin など、適当な JDK をインストールし、 JAVA_HOME を設定してください。

## Axios {#axios}

Expand Down

0 comments on commit aea8265

Please sign in to comment.