Skip to content

YT02‐Folder Structure

Zhamri Che Ani edited this page Apr 10, 2026 · 1 revision

Typical folder structure in IntelliJ Maven project

src/
 └── main/
     ├── java/
     │    └── com/example/...
     ├── resources/
     └── webapp/
          ├── index.jsp
          ├── css/
          ├── js/
          └── WEB-INF/
               └── web.xml
pom.xml

Clone this wiki locally