java - Difference webcontent and webapp -
i've 2 spring mvc projects in eclipse, web content in different positions.
in 1 app it's located under:
/webcontent
in other app under:
/src/main/webapp
why that? what's difference?
is there way can see how each project created in order create new 1 in same fashion?
project directory structure depends on how created , build tool using.
if create selecting file -> new ->dynamic web project in eclipse, find /webcontent directory.
if created using maven, directory strutcure /src/main/webapp.
please go throuh here more information on maven project strutcure.
Comments
Post a Comment