# smart-admin-standalone **Repository Path**: amonest/smart-admin-standalone ## Basic Information - **Project Name**: smart-admin-standalone - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-20 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smart-admin-standalone ### 待处理项 * 登录没有实现 / 登录已经实现 * 权限信息缓存,可以有更好的实现方法 / 已处理,使用hutool的缓存工具,然后封装自己的CacheUtils * 用户、角色、权限,关联更新 * 密码,加密和解密 / 已处理,使用MD5算法,封装自己的PasswordUtils * 系统配置参数 sys_config * 系统数据字典 sys_dict_kind / sys_dict_item * 系统用户 sys_user * 系统角色 sys_role * 系统菜单 sys_menu * 角色授权 * 部门,tree * 职务 position * 员工 employee * 后台任务管理