All Projects → Philomon → SpringBoot-Mall

Philomon / SpringBoot-Mall

Licence: other
SpringBoot商城系统Demo,主要功能:提供了商城系统的后端Api,不包含前端页面,体现了前后端解耦分离的思想。实现了商品,购物车,订单系统,单点登录系统等4个功能模块

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpringBoot-Mall

Spring Security Oauth
Just Announced - "Learn Spring Security OAuth":
Stars: ✭ 1,649 (+3826.19%)
Mutual labels:  spring-security, spring-security-oauth
oauth-provider-sample
A Spring Security OAuth provider, developed in my monograph about SSO and OAuth
Stars: ✭ 13 (-69.05%)
Mutual labels:  spring-security, spring-security-oauth
spring-boot-refresh-token-jwt
Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token
Stars: ✭ 156 (+271.43%)
Mutual labels:  spring-security
springboot-vue.js-bbs
Spring Boot, Vue.js
Stars: ✭ 43 (+2.38%)
Mutual labels:  spring-security
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (+19.05%)
Mutual labels:  spring-security
keycloak-springsecurity5-sample
Spring Security 5 OAuth2 Client/OIDC integration with Keycloak sample
Stars: ✭ 55 (+30.95%)
Mutual labels:  spring-security
admin-api
springBoot jwt swagger集成的一套管理后台api
Stars: ✭ 35 (-16.67%)
Mutual labels:  spring-security
spring-boot-jwt-auth
🔑 Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token).
Stars: ✭ 57 (+35.71%)
Mutual labels:  spring-security
vuejs.spring-boot.mysql
Full-stack implementation of TaskAgile application with Vue.js, Spring Boot, and MySQL
Stars: ✭ 69 (+64.29%)
Mutual labels:  spring-security
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+1130.95%)
Mutual labels:  spring-security
zainabed-spring-security-jwt
Authentication & Authorization module for standalone Spring Boot app or Spring Cloud applications
Stars: ✭ 24 (-42.86%)
Mutual labels:  spring-security
Taroco-Authentication
Taroco-Authentication 统一认证服务
Stars: ✭ 49 (+16.67%)
Mutual labels:  spring-security
Diber-backend
Delivery Service - Spring Boot / Spring Data Jpa / Hibernate / PostgreSQL / OAuth2 Application
Stars: ✭ 22 (-47.62%)
Mutual labels:  spring-security
zealsay backend
Spring Boot 快速开发脚手架,以博客论坛为示例展示,后台主要使用Spring Boot,Spring Security,Mybatis-plus,redis token,前端使用Nuxt,Vue,Vuex,Vue-Router,Vuetify。
Stars: ✭ 58 (+38.1%)
Mutual labels:  spring-security
springboot-mongodb-security
Spring Boot, Security, and Data MongoDB Authentication Example
Stars: ✭ 22 (-47.62%)
Mutual labels:  spring-security
okta-spring-boot-authz-server-example
Spring Security OAuth 2.0 Guide
Stars: ✭ 60 (+42.86%)
Mutual labels:  spring-security
spring-tiles-sample-app
Spring MVC - Apache Tile - AdminLTE Bootstrap template - Sample Application
Stars: ✭ 33 (-21.43%)
Mutual labels:  spring-security
firebase-spring-boot-rest-api-authentication
Firebase Spring Boot Rest API Authentication
Stars: ✭ 172 (+309.52%)
Mutual labels:  spring-security
seezoon-stack
一款基于当前最前沿的前端(Vue3 + Vite + Antdv)和后台(Spring boot)实现的低代码开发平台。
Stars: ✭ 227 (+440.48%)
Mutual labels:  spring-security
SpringBoot-Examples
Spring boot 2.X version tutorial,Integrate various middleware to facilitate quick reference and use
Stars: ✭ 23 (-45.24%)
Mutual labels:  spring-security

SpringBoot-Mall

主要功能:提供了商城系统的后端Api,不包含前端页面,体现了前后端解耦分离的思想。实现了商品,购物车,订单系统,单点登录系统等4个功能模块

技术要点:

使用了线程池+队列解决“订单并发”问题

使用了Redis解决集群间session存储问题

使用了Spring Security 以及 Spring Security OAuth 实现基于JWT的单点登录

设计了实时消息服务,使用消息队列kafka实现,用于异步构建任务

使用ElasticSearch实现站内搜索引擎

TODO:

使用了常见的设计模式对项目结构进行重构

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].