<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <exclusions> <exclusion> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> </exclusion> <exclusion> <artifactId>spring-security-config</artifactId> <groupId...
2.2 spring security使用 在使用组件的安全管理功能时,需要依赖于spring security的功能。 1 在项目中加入 spring security依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> ...
spring-boot-starter-securitySupport for spring-security. spring-boot-starter-social-facebookSupport for spring-social-facebook. spring-boot-starter-social-linkedinSupport for spring-social-linkedin. spring-boot-starter-social-twitterSupport for spring-social-twitter. ...
spring-boot-starter-security Support for spring-security. spring-boot-starter-social-facebook Support for spring-social-facebook. spring-boot-starter-social-linkedin Support for spring-social-linkedin. spring-boot-starter-social-twitter Support for spring-social-twitter. spring-boot-starter-test 提供通...
自定义Springboot starter、自动化配置、条件配置、AOP、模式配置、幂等性组件、限流组件、返回值包装组件、redis组件、异常处理组件、基础工具包、Spring security、OAuth2、集成Redis、封装token端点、Spring学习笔记、RabbitMQ、Docker、Netty - gentlyzl/spring-parent
demo-async spring-boot 使用原生提供的异步任务支持,实现异步执行任务 demo-war spring-boot 打成 war 包的配置 demo-elasticsearch spring-boot 集成 ElasticSearch,集成 spring-boot-starter-data-elasticsearch 完成对 ElasticSearch 的高级使用技巧,包括创建索引、配置映射、删除索引、增删改查基本操作、复杂查询、高级...
Spring Boot Demo 中文|English 项目简介 spring boot demo是一个用来深度学习并实战spring boot的项目,目前总共包含66个集成demo,已经完成55个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thyme...
demo-asyncspring-boot 使用原生提供的异步任务支持,实现异步执行任务 demo-warspring-boot 打成 war 包的配置 demo-elasticsearchspring-boot 集成 ElasticSearch,集成spring-boot-starter-data-elasticsearch完成对 ElasticSearch 的高级使用技巧,包括创建索引、配置映射、删除索引、增删改查基本操作、复杂查询、高级查询、聚...
demo-activiti spring-boot 集成 activiti 7 流程引擎 待完成 demo-async spring-boot 使用原生提供的异步任务支持,实现异步执行任务 demo-war spring-boot 打成 war 包的配置 demo-elasticsearch spring-boot 集成 ElasticSearch,集成 spring-boot-starter-data-elasticsearch 完成对 ElasticSearch 的高级使用技巧,包括创建...