App Engine 가변형 환경에서 자바 호환 라이브러리를 자바 런타임과 함께 사용할 수 있습니다.
이 안내에서는 Apache Maven을 사용하여 지원되는 Java 런타임을 사용하여 샘플 앱을 빌드, 실행, 배포합니다. 지원되는 Java 버전 사용에 관한 자세한 내용은 Java 런타임을 참고하세요.
[[["이해하기 쉬움","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-06(UTC)"],[[["The App Engine flexible environment allows the use of any Java-compatible libraries with the Java runtime."],["Apache Maven is used to build, run, and deploy apps using a supported Java runtime, and it is also used to manage dependencies in the `pom.xml` file."],["Java servlet library is required for Eclipse Jetty and Tomcat apps and must be specified in the `pom.xml` file, but frameworks like SparkJava or Spring Boot do not need this."],["Cloud Client Libraries for Java provide access to Google Cloud services, and their dependencies are declared in the `pom.xml` file, typically only for the libraries your app uses."]]],[]]