Please make sure you follow the code structure
Create all the class files inside com.housingboard relevant folders:
- Controllers
- DAO
- Model
Create any JSPs inside the Web-Content folder
Make changes to your local branch first and then Raise a Pull Request to merge it to Master
The src folder consists of Controller, DAOs, and Models which can be found in com.housingboard package
The WebContent folder consists of all the JSPs files. The Web-Inf folder inside the this folder has a lib folder which consists of all the required jar files required to execute this folder.
Also the dynamic project in which you shall be importing this project should have the name as HousingBoard.