We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Folder structure
Every source file lays under the src folder.
src
Code for production lays under src/main Code for testing lays under src/test
src/main
src/test
Resources go under resources in test or main.
resources
test
main
Files that should be served by the web server without preprocessing go under resources/static.
resources/static
Java source files go under java in main or test.
java
src/main/webapp contains UI related source files as well 3rd party libraries sources.
src/main/webapp