All Projects → waylau → Spring Security Tutorial

waylau / Spring Security Tutorial

Licence: mit
Spring Security Tutorial takes you to learn Spring Security step by step with a large number of samples. Spring Security Tutorial 是一本关于 Spring Security 学习的开源书。利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 Spring Security 的世界。

Projects that are alternatives of or similar to Spring Security Tutorial

Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+270.17%)
Mutual labels:  spring-boot, spring, spring-security
Cas Security Spring Boot Starter
Spring boot starter for Apereo CAS client fully integrated with Spring security
Stars: ✭ 129 (-68.46%)
Mutual labels:  spring-boot, spring, spring-security
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (-71.39%)
Mutual labels:  spring-boot, spring, spring-security
Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-73.84%)
Mutual labels:  spring-boot, spring, spring-security
Spring Reddit Clone
Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
Stars: ✭ 210 (-48.66%)
Mutual labels:  spring-boot, spring, spring-security
Mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Stars: ✭ 54,797 (+13297.8%)
Mutual labels:  spring-boot, spring, spring-security
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (-70.42%)
Mutual labels:  spring-boot, spring, spring-security
Reactive Spring Security 5 Workshop
Hands-On workshop for securing a reactive spring boot 2 application in multiple steps
Stars: ✭ 92 (-77.51%)
Mutual labels:  spring-boot, spring, spring-security
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (-51.34%)
Mutual labels:  spring-boot, spring, spring-security
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (-54.52%)
Mutual labels:  spring-boot, spring, spring-security
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (-21.03%)
Mutual labels:  spring-boot, spring, spring-security
Spring Webmvc Jwt Sample
Secures REST APIs with Spring Security and JWT Token based Authentication
Stars: ✭ 299 (-26.89%)
Mutual labels:  spring-boot, spring, spring-security
Awbeci Ssb
spring spring-boot spring-security spring-social
Stars: ✭ 102 (-75.06%)
Mutual labels:  spring-boot, spring, spring-security
Spring Cloud Study
spring-cloud学习
Stars: ✭ 108 (-73.59%)
Mutual labels:  spring-boot, spring, spring-security
Springbootsample
spring boot sample source
Stars: ✭ 95 (-76.77%)
Mutual labels:  spring-boot, spring, spring-security
Securing Rest Api Spring Security
Spring Boot 2.2.x + Spring 5.2.x Rest Api Security Example
Stars: ✭ 117 (-71.39%)
Mutual labels:  spring-boot, spring, spring-security
Deploy Spring Boot Aws Eb
Deploying Spring Boot Apps to AWS using Elastic Beanstalk
Stars: ✭ 79 (-80.68%)
Mutual labels:  spring-boot, spring, spring-security
Spring Boot Shopping Cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
Stars: ✭ 85 (-79.22%)
Mutual labels:  spring-boot, spring, spring-security
Spring Samples
A series of examples used to demonstrate certain features of Spring.
Stars: ✭ 154 (-62.35%)
Mutual labels:  spring-boot, spring, spring-security
Angular Spring Starter
Full stack starter kit featuring Angular 7, Spring boot and stateless JWT authentication.
Stars: ✭ 294 (-28.12%)
Mutual labels:  spring-boot, spring, spring-security

Spring Security Tutorial 《Spring Security 教程》

Spring Security Tutorial takes you to learn Spring Security step by step with a large number of samples. There is also a GitBook version of the book: http://www.gitbook.com/book/waylau/spring-security-tutorial. Let's READ!

Spring Security Tutorial 是一本关于 Spring Security 学习的开源书。利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 Spring Security 的世界。如有疏漏欢迎指正,欢迎提问。感谢您的参与!

注:在 Java 界,另外一个值得推荐的安全框架是 Apache Shiro。有关 Apache Shiro 的资料,可以看笔者的另外一本开源书《Apache Shiro 1.2.x 参考手册》

为了避免繁琐的配置,本书所有实例基于 Spring Boot 之上进行构建。有关Spring Boot 相关的内容,可以参阅笔者的另外一本开源书《Spring Boot 教程》

Get Started 如何开始阅读

选择下面入口之一:

Code 源码

书中所有示例源码,移步至https://github.com/waylau/spring-security-tutorial samples 目录下

Issue 意见、建议

如有勘误、意见或建议欢迎拍砖 https://github.com/waylau/spring-security-tutorial/issues

Contact 联系作者:

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