# Springboot整合 **Repository Path**: anton97/spring-boot-integration ## Basic Information - **Project Name**: Springboot整合 - **Description**: Springboot整合企业开发全套技术栈、对以前的简单servlet项目重构当做练习场景、以及组合cloud组件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-08-11 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot整合及其他测试
仓库目录指南
项目名称 项目描述
repeat-submit repeat-submit模块: 自定义注解防止表单重复提交(解决请求参数为JSON时,采用IO流读取,只能请求一次的问题?)
data-scope data-scope模块:在项目中自定义注解实现权限数据管理案例
rate_limiter rate_limiter模块: 自定义限流注解
springboot-event springboot 事件处理机制测试
spring-security 准备一个SpringMVC+Spring+jsp的Web环境, 然后在这个基础上整合SpringSecurity, 方便对 spring-security 进行阅读分析
my-starter
my-starter-use
学习如何自定义 starter 及使用
ask_for_leave Flowable项目实战:Spring Boot + Spring Security + Vue + Flowable + MySQL/MyBatis
dbt-admin 定义统一返回值R、 重定向防止表单重复提交、 集成Mybatis
配置拦截器登录检查、 文件上传、 异常处理:定制错误处理逻辑、 集成Redis
dynamic-source dynamic-source模块:自定义动态数据源
flowable-idm 整合测试 flowable 用户管理功能模块, 测试见 FlowableIdmApplicationTests
flowable-process flowable流程定义与流程实例分析
自动/手动部署工作流、 查询流程定义,挂起与激活 ActReTest、 启动流程:ActRuTest
流程任务:ReceiveTask,UserTask,ServiceTask,ScriptTask、 流程变量:VariableTest
历史信息查询:ActHistoryTest、 定时任务、表单
springboot-kaptcha springboot-kaptcha模块:登录时验证码校验测试
permiss_demo permiss_demo模块:权限管理中的一些问题(自定义权限评估器,权限表达式)
springboot-2.x-test 构建RESTful API与单元测试、使用Swagger2构建API文档、使用JdbcTemplate访问MySQL数据库、Redis发布订阅模式
spring-boot-security SpringBoot 整合 security 使用测试
springboot-ThreadPoolTaskScheduler ThreadPoolTaskScheduler模块:测试 定时任务 的使用
springboot-aop SpringBoot使用AOP手法练习
springboot-shiro springboot-shiro:springboot 集成 shiro 测试
thread-push-demo
thread-receive-demo
测试多线程的使用案例
rocketmq-test rocketmq 实验
rocketmq-tx rocketmq事务消息解决分布式事务方案测试
io2netty io多路复用在Java中的实现与手写基于netty的RPC框架