All Projects → sushildangi → online-shopping

sushildangi / online-shopping

Licence: other
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to online-shopping

BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+164.71%)
Mutual labels:  spring-security, hibernate, springframework, spring-mvc
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+4352.94%)
Mutual labels:  spring-security, springframework, spring-mvc, springmvc
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+94.12%)
Mutual labels:  ecommerce, spring-security, hibernate, spring-mvc
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (+2.94%)
Mutual labels:  spring-security, springframework, spring-mvc, springmvc
Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
Stars: ✭ 30 (-11.76%)
Mutual labels:  spring-security, springframework, spring-mvc, springmvc
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+638.24%)
Mutual labels:  hibernate, springframework, spring-mvc
gro-light-automation
A raspberry pi project to automate hydroponics with relays and data sensors through a web application
Stars: ✭ 44 (+29.41%)
Mutual labels:  spring-security, springframework, spring-mvc
springmvc
spring mvc study
Stars: ✭ 87 (+155.88%)
Mutual labels:  hibernate, spring-mvc, springmvc
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+667.65%)
Mutual labels:  spring-security, hibernate, spring-mvc
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (+0%)
Mutual labels:  spring-security, hibernate, spring-rest
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+1652.94%)
Mutual labels:  spring-security, spring-mvc, springmvc
Shoppingcart
E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
Stars: ✭ 198 (+482.35%)
Mutual labels:  ecommerce, spring-security, spring-mvc
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+655.88%)
Mutual labels:  hibernate, springframework, spring-mvc
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+4720.59%)
Mutual labels:  springframework, spring-mvc, springmvc
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (+73.53%)
Mutual labels:  spring-security, springframework, spring-mvc
Library-Spring
The library web application where you can borrow books. It's Spring MVC and Hibernate project.
Stars: ✭ 73 (+114.71%)
Mutual labels:  spring-security, hibernate, spring-mvc
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-2.94%)
Mutual labels:  spring-security, hibernate, spring-mvc
spring-tiles-sample-app
Spring MVC - Apache Tile - AdminLTE Bootstrap template - Sample Application
Stars: ✭ 33 (-2.94%)
Mutual labels:  spring-security, spring-mvc
springboot-rest-api-angularjs-https
REST API https with Spring Boot and Angular JS. Use MySQL, Hibernate and Spring Security.
Stars: ✭ 38 (+11.76%)
Mutual labels:  spring-security, hibernate
kotlin-postgres
A Simple CRUD API using Spring Boot Application using PostgreSQL Database
Stars: ✭ 20 (-41.18%)
Mutual labels:  springframework, spring-mvc

online-shopping

Build Status Coverage Status License

Minimal Spring Boot online-shopping.

This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

Requirements

For building and running the application you need:

Runnig this project

  1. Clone this project https://github.com/sushildangi/online-shopping.git change default branch "Upgrade-spring-boot" if default branch is "master"
  2. create databases schema in mysql - online_shopping_db
  3. edit username and password in applicaton.properties file
  4. Run Project One time using Spring boot command - mvn spring-boot:run or using eclipse IDE run as Java Application
  5. Run this Query in mysql
insert into online_shopping_db.user_detail(contact_number,email,enabled,first_name,last_name,password,role) values ('9876543210','[email protected]',true,'admin','admin','$2a$10$6UVHQoHhpoYZxBB.k9r.deSLTT0RD1Yk8GdggRywGw0Snr8syRDtG','ADMIN')

Password = 123456(in encoded Form)

  1. Then Again run project using boot
  2. create user by signup

Guides

The https://spring.io/[spring.io] site contains several guides that show how to use Spring Boot step-by-step:

enjoy my friends

Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].