Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dharmapoudel/webstore-spring-mvc
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
https://github.com/dharmapoudel/webstore-spring-mvc
ajax angularjs database java jquery jsp mysql spring spring-mvc springmvc webstore
Last synced: 11 days ago
JSON representation
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
- Host: GitHub
- URL: https://github.com/dharmapoudel/webstore-spring-mvc
- Owner: dharmapoudel
- Archived: true
- Created: 2014-12-16T02:12:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T16:33:39.000Z (almost 10 years ago)
- Last Synced: 2024-09-28T08:40:09.380Z (4 months ago)
- Topics: ajax, angularjs, database, java, jquery, jsp, mysql, spring, spring-mvc, springmvc, webstore
- Language: Java
- Homepage:
- Size: 1.42 MB
- Stars: 31
- Watchers: 13
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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