For the complete documentation index, see llms.txt. This page is also available as Markdown.

WEB-INF

WEB-INF는 Java 기반 웹 애플리케이션에서 설정 파일, 클래스 파일 등을 저장하며, 기본적으로 외부에서 접근하지 못하는 보호 디렉토리입니다. 일반적으로 WAR(Web Application Archive) 구조 안에 포함됩니다.

Last updated