Membuat aplikasi di lingkungan fleksibel App Engine

Cloud Tools for Eclipse menyediakan wizard di dalam Eclipse untuk membuat aplikasi baru untuk lingkungan fleksibel App Engine.

Sebelum memulai

  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. Buat aplikasi App Engine untuk project Google Cloud di konsol Google Cloud .

    Membuka pembuatan aplikasi

  13. Pilih region tempat Anda ingin menempatkan resource komputasi aplikasi.

  14. Pastikan Anda memiliki Cloud Tools for Eclipse versi terbaru.

Membuat aplikasi fleksibel

Untuk membuat aplikasi untuk lingkungan fleksibel App Engine:

  1. Klik tombol toolbar Google Cloud Platform .

  2. Pilih Create New Project > Google App Engine Flexible Java Project....

    Wizard New App Engine Flexible Project akan ditampilkan.

    Kotak dialog untuk membuat project Eclipse baru untuk lingkungan
 fleksibel. Halaman ini menyediakan kolom untuk memasukkan nama project. Panel ini memiliki kotak centang
 untuk menyimpan file di lokasi default atau kolom untuk memasukkan lokasi baru.
 Halaman ini menyediakan kolom untuk memasukkan nama paket Java dan layanan App Engine. Halaman ini menyediakan kotak centang untuk membuat project sebagai project Maven, dan kolom untuk memasukkan Group ID, Artifact ID, dan versi.

  3. Masukkan Nama project untuk aplikasi Anda.

  4. Jika mau, masukkan nilai untuk kolom opsional:

    1. Masukkan nama paket Java.

    2. Centang kotak Create as Maven project untuk membuat pom.xml dan mengonfigurasi project Eclipse untuk menggunakan builder Maven.

    3. Masukkan Group ID dan Artifact ID untuk project Maven Anda.

  5. Klik Berikutnya.

  6. Pilih library yang Anda perlukan dalam project.

  7. Klik Selesai.

    Aplikasi baru akan muncul di Project Explorer Eclipse.

Langkah selanjutnya