의견 보내기
App Engine 가변형 환경에서 애플리케이션 만들기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
참고: Eclipse용 Cloud Tools는 App Engine Java 8 런타임과만 호환되며 2024년 1월 31일에 지원 종료 됩니다. 이 날짜 이후에도 기존 Java 8 애플리케이션을 계속 실행하고 트래픽을 받을 수 있습니다. 그러나 지원 종료 날짜 이후 에 런타임을 사용하는 새 애플리케이션을 배포하거나 기존 애플리케이션을 업데이트할 수 없습니다.
지원되는 최신 Java 버전으로 마이그레이션 하는 것이 좋습니다.
Eclipse용 Cloud Tools는 Eclipse 내부에 App Engine 가변형 환경을 위한 새 애플리케이션을 만드는 과정을 안내하는 마법사를 제공합니다.
시작하기 전에
Google Cloud 계정에 로그인합니다. Google Cloud를 처음 사용하는 경우 계정을 만들고 Google 제품의 실제 성능을 평가해 보세요. 신규 고객에게는 워크로드를 실행, 테스트, 배포하는 데 사용할 수 있는 $300의 무료 크레딧이 제공됩니다.
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
Google Cloud 프로젝트에 결제가 사용 설정되어 있는지 확인합니다 .
Enable the Cloud Build API.
Enable the 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.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
Google Cloud 프로젝트에 결제가 사용 설정되어 있는지 확인합니다 .
Enable the Cloud Build API.
Enable the API
Install the Google Cloud CLI.
To initialize the gcloud CLI, run the following command:
gcloud init
Google Cloud 콘솔에서 Google Cloud 프로젝트의 App Engine 애플리케이션을 만듭니다.
앱 만들기 열기
앱의 컴퓨팅 리소스를 배치할 리전을 선택합니다.
참고: App Engine 앱을 만든 후에는 리전을 변경할 수 없습니다. 지연 시간을 줄이려면 예상되는 앱 사용자와 가장 가까운 리전을 선택합니다. 사용 가능한 리전에 대한 자세한 내용은 App Engine 위치 를 참조하세요.
Cloud Tools for Eclipse 의 최신 버전이 있는지 확인합니다.
가변형 애플리케이션 만들기
App Engine 가변형 환경의 애플리케이션을 만들려면 다음 안내를 따르세요.
Google Cloud Platform 툴바 버튼 을 클릭합니다.
새 프로젝트 만들기 > Google App Engine 가변 자바 프로젝트... 를 선택합니다.
새 App Engine 가변형 프로젝트 마법사가 표시됩니다.
애플리케이션의 프로젝트 이름 을 입력합니다.
원하는 경우 선택적 필드의 값을 입력합니다.
자바 패키지 이름을 입력합니다.
Maven 프로젝트로 작성 체크박스를 선택하여 pom.xml
를 생성하고 Maven 빌더를 사용하도록 Eclipse 프로젝트를 구성하십시오.
Maven 프로젝트의 그룹 ID 및 아티팩트 ID 를 입력합니다.
다음 을 클릭합니다.
프로젝트에서 필요한 라이브러리를 선택합니다.
마침 을 클릭합니다.
새 애플리케이션이 Eclipse 프로젝트 탐색기에 나타납니다.
다음 단계
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-03(UTC)
의견을 전달하고 싶나요?
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-10-03(UTC)"],[],[]]