bearBoy80 / spring-boot-demo

springboot 整合各种组件demo,目前已经整合form表单认证、httpBasic 认证、手机验证认证,redis、spring task,后期会整合更多认证方式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI author JDK Spring Boot LICENSE

star star star

springboot2+ 整合各种组件

各 Module 介绍

Module 名称 Module 介绍
spring-basic-auth spring-boot 的一个http basic 认证 基于spring security 5.X
spring-form-auth spring-boot 的一个 form 认证 基于spring security 5.X
spring-actutor-auth 基于basic和form混合认证,实现spring boot actutor Endpoints Basic认证
spring-form-jwt-auth spring boot form表单实现jwt认证 基于spring security 5.X
spring-sms-jwt-auth spring boot 手机短信验证码实现jwt认证 基于spring security 5.X
spring-security-oauth2-social spring boot 实现第三方oauth2认证(github、gitee) 基于spring security 5.X
spring-boot-saml2-auth spring boot 实现第三方saml2认证基于spring security 5.6+
spring-cache-demo spring boot 实现encache 缓存
spring-boot-arg-demo spring boot 实现通过ApplicationArguments来获取应用传递参数
spring-boot-json-demo spring boot 实现自定义HttpMessageConverter来处理特定类的序列化和反序列化
spring-boot-task-demo spring boot 整合spring task
spring-boot-customer-starter 基于@autoConfigure实现自定义starter
spring-boot-webflux-demo 基于webflux实现一个简单的controller
spring-boot-retry-demo 基于spring-retry实现一个重试controller
spring-boot-redisson-demo 基于redisson实现连接redis服务
spring-boot-resilience4j-demo 基于resilience4j实现熔断限流

About

springboot 整合各种组件demo,目前已经整合form表单认证、httpBasic 认证、手机验证认证,redis、spring task,后期会整合更多认证方式

License:Apache License 2.0


Languages

Language:Java 96.0%Language:HTML 3.2%Language:Dockerfile 0.8%