I need to create a website using Spring MVC so I'm using STS for this purpose. I'm also using maven as a build tool.
I'm new to java so I'm having a hard time figuring where to keep thing or what directory structure to follow. STS helped me create a Starter Spring project which looks like the following
I have a custom jar file xyz.jar that I need to consume as a service in this website.
Can some please guide me where this file should be kept and how to include it in the build output ?