App Engine은 확장 가능한 웹 애플리케이션을 개발하고 호스팅하기 위한 완전 관리형 서버리스 플랫폼입니다.
이 문서에서는 Cloud Code로 App Engine 표준 환경용 애플리케이션을 만들거나 기존 프로젝트를 가져오는 방법을 설명합니다.
시작하기 전에
머신의 PATH에 JetBrains IDE 버전 2022.3+를 사용하여 IntelliJ Ultimate를 설치하고 설정합니다.
Cloud Code 플러그인을 설치합니다.
IntelliJ IDEA 또는 기타 지원되는 JetBrains IDE를 엽니다.
플러그인 마켓(File(파일) > Settings(설정) > Plugins(플러그인) 또는 Mac OS X의 경우 IntelliJ IDEA > Preferences(환경설정) > Plugins(플러그인))에서 'Cloud Code' 플러그인을 검색하고 설치합니다.
IDE를 다시 시작하여 플러그인을 활성화하라는 메시지가 표시될 수 있습니다.
새 애플리케이션 만들기
새 프로젝트 마법사를 사용하거나 Cloud Source Repositories의 기존 프로젝트를 가져오는 방법으로 새 애플리케이션을 만들 수 있습니다.
새 프로젝트 마법사 사용
새 프로젝트를 만들려면 IntelliJ 새 프로젝트 마법사를 사용하여 고유한 애플리케이션의 출발점이 될 템플릿 애플리케이션을 생성할 수 있습니다.
다음과 같이 새 프로젝트를 만듭니다.
File(파일) > New(새로 만들기) > Project(프로젝트)로 이동하여 New Project(새 프로젝트) 대화상자를 표시합니다.
IntelliJ Ultimate 2022.3을 사용하는 경우 왼쪽 패널에서 Jakarta EE를 선택합니다.
새 자바 엔터프라이즈 애플리케이션 생성에 대한 자세한 내용은 JetBrains 튜토리얼 첫 번째 자바 EE 애플리케이션을 참조하세요.
이전 버전의 IntelliJ Ultimate를 사용하는 경우 화면 왼쪽 상단(IntelliJ IDEA 로고 옆)의 버전 드롭다운 메뉴를 클릭하고 사용자 버전을 선택하여 사용자 환경과 일치하는 안내를 확인합니다.
프로젝트 이름을 입력합니다.
기본값을 유지하지 않으려면 프로젝트 위치를 입력합니다.
다음을 클릭합니다.
애플리케이션에 필요한 종속 항목을 선택하고 Create(만들기)를 클릭합니다.
기존 프로젝트 체크아웃
Cloud Source Repositories에서 기존 프로젝트를 체크아웃하려면 다음 안내를 따르세요.
VCS > Get from Version Control을 선택합니다. 또는 시작 대화상자로 이동하여 VSC에서 가져오기를 클릭합니다.
버전 제어 드롭다운에서 Google Cloud를 선택하고 클론을 클릭합니다.
Clone from Google Cloud(Google Cloud에서 클론) 대화상자에서 프로젝트와 연결된 Cloud Project(Cloud 프로젝트)를 선택합니다.
Cloud Repository를 선택합니다.
Parent Directory(상위 디렉토리)를 선택합니다.
Directory Name(디렉토리 이름)을 입력합니다.
복제를 클릭합니다.
프레임워크 지원 추가
애플리케이션에 App Engine 프레임워크 지원을 추가하려면 다음 단계를 따르세요.
도구 > Google Cloud 코드 > App Engine > App Engine 지원 추가 > Google App Engine 표준으로 이동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# Create an app for the App Engine Standard Environment in Cloud Code for IntelliJ\n\n| **Caution:** As of January 31, 2024, Java 8 support for App Engine has ended, and will be deprecated on January 31, 2026. As a result, Cloud Code disables App Engine by default. To enable App Engine in your IDE, navigate to **Settings** \\\u003e **Google\n| Cloud Code** \\\u003e **App Engine** . Due to the upcoming deprecation of App Engine, we don't recommend creating new App Engine projects. For more information about App Engine deprecations, see [Feature deprecations](/appengine/docs/standard/deprecations). For more information about the runtime support schedule for App Engine, see [Runtime support schedule](/appengine/docs/standard/lifecycle/support-schedule).\n| **Note:** The feature is only supported in the IntelliJ IDEA - Ultimate edition.\n| **Note:** For the App Engine standard environment, only Java applications using [Java 8 runtime](/appengine/docs/standard/java/runtime) are supported on Cloud Code.\n\n[App Engine](/appengine/docs/standard/java) is a fully\nmanaged, serverless platform for developing and hosting web applications at\nscale.\n\nThis document describes how to create an application (or import\nan existing project) for the App Engine standard\nenvironment with Cloud Code.\n\nBefore you begin\n----------------\n\n- Install and set up IntelliJ Ultimate with **JetBrains IDE version\n `2022.3+`** on the `PATH` of your machine.\n\n\u003c!-- --\u003e\n\n- Install the Cloud Code plugin:\n\n - Open IntelliJ IDEA (or any supported JetBrains IDE).\n - From your plugins marketplace (**File** \\\u003e **Settings** \\\u003e **Plugins** or for Mac OS X, **IntelliJ IDEA** \\\u003e **Preferences** \\\u003e **Plugins**), search for the 'Cloud Code' plugin and install it.\n\n You may be prompted to restart your IDE to activate the plugin.\n\nCreate a new application\n------------------------\n\nYou can create a new application by using the new project wizard or by importing\nan existing project in Cloud Source Repositories.\n\n### Use the new project wizard\n\nTo create a new project, you can use the IntelliJ New Project wizard to generate\na template application as the start for your own application.\n\nCreate a new project as follows:\n\n1. Navigate to **File** \\\u003e **New** \\\u003e **Project** to display the **New Project**\n dialog.\n\n2. If you're using IntelliJ Ultimate `2022.3`, choose\n **Jakarta EE** in the left panel.\n\n For more details on creating a new\n Java Enterprise application, see the JetBrains tutorial\n [Your first Java EE application](https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-ee-application.html).\n If you're using an older version of IntelliJ Ultimate, click the\n version dropdown menu at the top-left of the screen (next to the IntelliJ\n IDEA logo) and select your version to ensure the instructions match your\n experience.\n3. Enter a project **Name**.\n\n4. Enter a project **Location** if you do not want to keep the default.\n\n5. Click **Next**.\n\n6. Select any of the dependencies you need for your application and click\n **Create**.\n\n### Check out an existing project\n\nYou can check out your existing project in Cloud Source Repositories:\n\n1. Choose **VCS \\\u003e Get from Version Control** . Alternatively, go to the welcome dialog and click **Get from VSC**.\n2. Select **Google Cloud** from the **Version Control** drop-down and click **Clone**.\n3. In the **Clone from Google Cloud** dialog, select the **Cloud Project** associated with your project.\n4. Select your **Cloud Repository**.\n5. Select the **Parent Directory**.\n6. Enter the **Directory Name**.\n7. Click **Clone**.\n\nAdd framework support\n---------------------\n\nTo add App Engine framework support to your application, follow these steps:\n| **Note:** If you previously configured framework support, you can skip these steps.\n\n1. Navigate to **Tools** \\\u003e **Google Cloud Code** \\\u003e **App Engine** \\\u003e **Add App\n Engine support** \\\u003e **Google App Engine standard**.\n\n2. Select the module you want to add framework support to.\n\n3. Click **OK**.\n\n4. Select the libraries you want to add to your project.\n\n5. Click **OK**.\n\nWhat's next\n-----------\n\nNow that you've created an application with App Engine support, you\ncan [run and debug it on your workstation](/code/docs/intellij/deploy-local).\n\nAdditionally, you can also deploy it to the\n[App Engine standard environment](/code/docs/intellij/deploy-std).\n\nGet support\n-----------\n\nTo submit feedback or report an issue in your IntelliJ IDE, go to **Tools** \\\u003e **Cloud Code** \\\u003e **Help / About** \\\u003e **Submit\nfeedback or report an issue** to report an issue on [GitHub](https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues)."]]