WebStore-Spring-MVC
WebStore-Spring-MVC copied to clipboard
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
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?
- Clone the project
- Import in Eclipse as maven project
- Go to Project Properties > Java Compiler > JDK Compliance and adjust JDK Compliance accoriding to your JDK version.
- Go to Project Properties > Java Build Path > Libraries and adjust JRE system library
- Go to Run As > Maven clean > Maven Install