# web-base **Repository Path**: passion/web-base ## Basic Information - **Project Name**: web-base - **Description**: 通用后台管理系统基础框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-04-29 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #web-base 这是一个通用的后台管理系统基础框架,完成大多数系统最基本最通用的用户管理、角色管理、权限管理、部门管理 项目使用struts2+spring+hibernate+druid数据库连接池 对struts2进行了扩展,加入BaseAction类,所有的Action都应该继承该类