projectx icon indicating copy to clipboard operation
projectx copied to clipboard

off the shelf infrastructure

Basic maven projet with spring

  1. Checkout the code using git clone
  2. Import Existing Maven Project in Eclipse
  3. Build the projects using mvn install eclipse:eclipse from the command line
  4. Add tomcat server and right click webapp project -> Run On Server

If you get a

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

when stating tomcat add the following entry to the .classpath