Understanding the default project structure
Having imported the project in Eclipse, let's now go through the project structure in order to understand the important files and directories present in it:
File/directory in project structure |
Brief description |
---|---|
|
For any Maven project, |
|
This directory will be used for placing the Java source code for the project. You can organize... |