# 通用安全框架模板 **Repository Path**: bottomhuang/springscurityCommon ## Basic Information - **Project Name**: 通用安全框架模板 - **Description**: 一个springscurity的通用模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-27 - **Last Updated**: 2024-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通用安全框架模板 ### 介绍 一个springscurity的通用模板的脚手架 ### 技术架构 | 技术 | 版本 | | ------------------------------------------------ | ------------- | | 数据库:Mysql | 8.0 | | 安全框架:SpringSecurity | | | 全局日志记录:AOP | | | 前端模板:vue-admin-template | | | 前端技术:Node.js + Npm + Vue + ElementUI + Axios | | | 登录Token缓存:Redis | | | Springboot | 2.3.6.RELEASE | | | | 通用权限系统演示地址:http://139.198.152.148:8810/ ### 项目模块 最终服务器端架构模块 auth-parent:根目录,管理子模块: ​ common:公共类父模块 ​ common-log:系统操作日志模块 ​ common-util:核心工具类 ​ service-util:service模块工具类 ​ spring-security:spring-security业务模块 ​ model:实体类模块 ​ service-system:系统权限模块