# Shiro Spring Boot template **Repository Path**: wd4/shiro-spring-boot-template ## Basic Information - **Project Name**: Shiro Spring Boot template - **Description**: Spring Boot 项目,集成了 Shiro,实现了最基本的功能! - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: MySQL ## README # Integration Template ## 1. Framework - SSM - Shiro (security) - MySQL (relational database) - MyBatis (ORM) - Oval (validation framework) ## 2. 目标 一个初始化的项目,可以支持最基本的功能! ## 3. 功能清单 - 用户注册/登录 ✅ - 权限 ✅ - 菜单 ✅ - 文件上传/下载/删除 ✅ ## 4. 启动说明 需要添加以下启动参数 ```text -Dspring.datasource.username=username -Dspring.datasource.password=password -Dupload.base.path=my_path_abs ```