Eclipse용 Cloud Tools는 App Engine 표준 환경에서 새 자바 애플리케이션을 만들 수 있도록 Eclipse 내부에 마법사를 제공합니다.
시작하기 전에
- 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.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Google Cloud 콘솔에서 Google Cloud 프로젝트의 App Engine 애플리케이션을 만듭니다.
앱의 컴퓨팅 리소스를 배치할 리전을 선택합니다.
- Cloud Tools for Eclipse의 최신 버전이 있는지 확인합니다.
App Engine 표준 환경에서 새 Java 프로젝트 만들기
Eclipse에서 App Engine 표준 환경에 대해 새 프로젝트를 만들려면 다음 안내를 따르세요.
-
Google Cloud Platform 툴바 버튼 을 클릭합니다.
-
새 프로젝트 만들기 > Google App Engine 표준 자바 프로젝트를 선택합니다.
-
프로젝트 이름과 자바 패키지(선택 사항)를 입력합니다.
-
Maven 기반의 App Engine 프로젝트를 만들려면 Maven 프로젝트로 만들기를 선택하고 Maven 그룹 ID와 아티팩트 ID를 입력합니다.
-
프로젝트에서 필요한 라이브러리(App Engine API, Google Cloud Endpoints, Objectify)를 선택합니다.
-
마침을 클릭합니다.
마법사는 IDE에서 실행하고 배포할 수 있는 간단한 서블릿으로 네이티브 Eclipse 프로젝트를 생성합니다.
다음 단계
- 애플리케이션을 만들었으면 로컬 워크스테이션에서 실행하고 디버그할 수 있습니다.