# WebSpringBootPro **Repository Path**: huewei/WebSpringBootPro ## Basic Information - **Project Name**: WebSpringBootPro - **Description**: springboot 框架搭建,常用框架整合,常用工具编写,异步处理 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, SpringSecurity, JWT ## README ## 介绍 该项目是构建springboot服务的脚手架,采用springSecurity以RDBA做为权限管理方式,内部集成quarz作为定时任务创建,控制框架。采用mybatis半自动ORM框架集成MybatisPlus轻松查询数据库。此外还集成中间件Redis、activeMQ,以提高系统性能,支持消息下发,回溯。 **项目用到的一些框架/服务:** - **数据库**: mybatis - **缓存**: Redis - **权限框架** :Spring Security - **ORM框架** :maybatis - **接口文档** : swagger3 - http://localhost:9999/api/swagger-ui/index.html - http://localhost:9999/api/druid/sql.html **你能从这个项目中学习到什么?** 1. Spring Security +JWT 实现登入登出以及权限校验 2. swagger3.0整合 3. mybatis+PLUS整合 4. redis整合 5. activeMQ 6. springboot 7. filter 8. interceptor 9. listener 10. lomback 11. aop 12. easy poi 导入导出 13. async 14. annotation 15. ... ## 项目概览 为了区分,我把 Spring Security相关的都单独放在了一个文件夹下面。 ## 如何运行项目