Cloud Tools for Eclipse menyediakan wizard di dalam Eclipse untuk membuat aplikasi baru bagi lingkungan fleksibel App Engine.
Sebelum memulai
- 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.
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Buat aplikasi App Engine untuk project Google Cloud Anda di konsol Google Cloud.
Pilih region tempat Anda ingin menempatkan resource komputasi aplikasi.
- Pastikan Anda memiliki Cloud Tools for Eclipse versi terbaru.
Membuat aplikasi fleksibel
Untuk membuat aplikasi bagi lingkungan fleksibel App Engine:
Klik tombol toolbar Google Cloud Platform .
Pilih Create New Project > Google App Engine Fleksibel Java Project....
Wizard New App Engine Fleksibel Project akan ditampilkan.
Masukkan Project name untuk aplikasi Anda.
Jika ingin, masukkan nilai untuk kolom opsional:
Masukkan nama Paket Java.
Pilih kotak centang Create as Maven project untuk membuat
pom.xml
dan konfigurasikan project Eclipse agar menggunakan builder Maven.Masukkan Group ID dan Artifact ID untuk project Maven Anda.
Klik Next.
Pilih library apa pun yang Anda perlukan dalam project.
Klik Selesai.
Aplikasi baru akan muncul di Project Explorer Eclipse.
Langkah selanjutnya
- Setelah membuat aplikasi, Anda dapat menjalankan dan men-debug-nya di workstation lokal.