App Engine スタンダード環境のアプリケーションの作成

Cloud Tools for Eclipse には、App Engine スタンダード環境の新しい Java アプリケーションを作成するためのウィザードが Eclipse 内に用意されています。

始める前に

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. Enable the Cloud Build API.

    Enable the API

  5. Install the Google Cloud CLI.
  6. To initialize the gcloud CLI, run the following command:

    gcloud init
  7. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  8. Make sure that billing is enabled for your Google Cloud project.

  9. Enable the Cloud Build API.

    Enable the API

  10. Install the Google Cloud CLI.
  11. To initialize the gcloud CLI, run the following command:

    gcloud init
  12. Google Cloud コンソールで、Google Cloud プロジェクトの App Engine アプリケーションを作成します。

    アプリ作成画面を開く

  13. アプリのコンピューティングリソースを配置するリージョンを選択します。

  14. 最新バージョンの Cloud Tools for Eclipse があることを確認します。

App Engine スタンダード環境の新しい Java プロジェクトの作成

Eclipse で App Engine スタンダード環境の新しいプロジェクトを作成するには:

  1. Google Cloud Platform ツールバー ボタン をクリックします。

  2. [Create New Project] > [Google App Engine Standard Java Project] を選択します。

  3. プロジェクト名を入力し、(オプションで)Java パッケージも入力します。

  4. Maven ベースの App Engine プロジェクトを作成するには、[Create as Maven Project] をオンにし、Maven グループ IDアーティファクト ID を入力します。

  5. プロジェクトで必要なライブラリ(App Engine APIGoogle Cloud EndpointsObjectify)を選択します。

  6. [Finish] をクリックします。

ウィザードによって、ネイティブ Eclipse プロジェクトが簡単なサーブレットで生成されます。これは、IDE から実行し、デプロイすることができます。

次のステップ