App Engine 표준 환경의 Java 11 런타임에서 모든 자바 호환 라이브러리를 사용할 수 있습니다.
이 안내에서는 Apache Maven을 사용하여 샘플 앱을 빌드, 실행, 배포합니다. Maven 설치 방법에 대한 자세한 내용은 Apache Maven 및 App Engine 플러그인 사용을 참조하세요.
종속 항목 선언 및 관리
Maven을 사용하여 종속 항목을 관리하려면 프로젝트의 pom.xml 파일에 있는 <dependencies> 섹션에서 종속 항목을 지정해야 합니다.
Maven 자체에서 프로젝트 종속 항목을 관리하려면 Maven 래퍼를 사용할 수 있습니다. Maven 래퍼를 사용하지 않는 경우 App Engine에는 gcloud app deploy를 실행할 때 기본적으로 Maven의 최신 버전이 사용됩니다.
[[["이해하기 쉬움","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-03-26(UTC)"],[[["App Engine standard environment supports any Java-compatible libraries, allowing for flexible development."],["Apache Maven is used for building, running, and deploying applications, with dependencies managed in the `pom.xml` file."],["Private dependencies can be hosted using an Artifact Registry Maven repository, which requires the Artifact Registry Maven Tools plugin."],["Eclipse Jetty and Tomcat applications must include the Java servlet library in their `pom.xml` file's dependencies, whereas frameworks such as SparkJava or Spring Boot do not."],["The Cloud Client Libraries for Java provide access to Google Cloud services and are added as dependencies, with the option for automatic authentication handling."]]],[]]