Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 523 Bytes

WebStore

WebStore v1.0 is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql is at the database end.

How to import and build project?

  1. Clone the project
  2. Import in Eclipse as maven project
  3. Go to Project Properties > Java Compiler > JDK Compliance and adjust JDK Compliance accoriding to your JDK version.
  4. Go to Project Properties > Java Build Path > Libraries and adjust JRE system library
  5. Go to Run As > Maven clean > Maven Install