COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200705193708/https://github.com/topics/springsecurity
Here are
224 public repositories
matching this topic...
这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo
Updated
Apr 29, 2020
Java
SpringBoot框架源码实战(已更新到springboot2版本实现)~基本用法,Rest,Controller,事件监听,连接数据库MySQL,jpa,redis集成,mybatis集成(声明式与xml两种方式~对应的添删查改功能),日志处理,devtools配置,拦截器用法,资源配置读取,测试集成,Web层实现请求映射,security安全验证,rabbitMq集成,kafka集成,分布式id生成器等。项目实战:
https://github.com/hemin1003/yfax-parent 已投入生产线上使用
基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
Updated
Jun 15, 2020
Java
基于SpringBoot+SpringSecurity+SpringSocial+JWT等的第三方登录(微信QQ)和安全认证框架
Spring Boot 2 + JWT + Spring Security 5的单页应用(SPA) Restful 解决方案
Updated
Apr 16, 2020
Java
🛒 An e-commerce shopping website. Docker, Java 11, REST API, JWT, Bootstrap, 购物车, 电子商城
Updated
Apr 18, 2019
Java
Passwordless authentication example application using Spring Boot and Spring Security
使用javaconfig的方式整合SpringMVC+Mybatis+SpringSecurity实现基于数据库的权限系统,包括对按钮的权限控制。
Updated
Apr 19, 2017
Java
Spring Security实现RBAC权限管理
A demonstration of stateless JWT authentication with Spring Security, Spring Boot and Vue js
Updated
Mar 17, 2020
Java
A sample project created using Spring Boot 2, Spring Data Mongo-Db Reactive, Spring Boot Webflux, Spring Security Webflux, Functional Routes
Spring Boot 2.0+Srping Security+Thymeleaf的简易教程
Updated
Feb 29, 2020
Java
Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。
Updated
Jun 19, 2020
PLpgSQL
基于 springboot + layuiadmin 实现的后台管理系统,V2.0.0中实现了使用spring security 进行权限控制,登录认证检验
Updated
Jun 21, 2020
Java
基于 spring-cloud Hoxton & alibaba 快速构建分布式微服务工程的种子项目
SpringBoot2脚手架结合Spring Boot Admin、SpringSecurity、JWT认证、Mybatis Plus、Spring Cache、Redis、Hibernate Validator、WebSocket、jasypt 配置文件加密、分布式锁、分布式任务调度、异步日志、权限管理、用户管理、角色管理
Updated
Jul 26, 2019
Java
🚀 Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Learn Spring Security step by step
Updated
Jun 15, 2020
Java
对springSecurity进行二次开发,提供OAuth2授权(支持跨域名,多应用授权)、JWT、SSO、文件上传、权限系统无障碍接入、接口防刷、XSS、CSRF、SQL注入、三方登录(绑定,解绑)、加密通信等一系列安全场景的解决方案
Updated
May 5, 2020
JavaScript
spring cloud , CAS , JHipster hybrid sample app
Updated
Oct 22, 2017
Java
🐱🐉以springboot和spring cloud security为基础,采用oauth2.0协议,实现oauth2.0授权码模式进行授权的简单案例
用于springboot整合springsecurity的学习和研究
Updated
Aug 10, 2018
Java
✌️ 📔 一个基于 Vue + SpringBoot 并采用当下流行的前后端分离开发模式实现的多用户博客管理平台~
Updated
Oct 27, 2019
Java
springBoot-springSecurity
Updated
Jun 30, 2017
Java
Improve this page
Add a description, image, and links to the
springsecurity
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
springsecurity
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
http://spring.hhui.top/spring-blog/2019/12/27/191227-SpringBoot%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8BMybatis-xml%E6%95%B4%E5%90%88%E7%AF%87/
MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。 本文将通过实例方式,介绍下如何整合Spring