[Solved] Java Maven reference files in WebApp
[ad_1] Always remember that Maven’s policy is convention over configuration. That being said, in your case, while using Maven, you need to follow the Maven Standard Directory Structure. Create a directory structure like src/main/java and put your package(s) in the java folder. For any resources, create a folder structure like src/main/resources and put your resources … Read more