# botrix-template **Repository Path**: supercherry/botrix-template ## Basic Information - **Project Name**: botrix-template - **Description**: 开发框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-03-26 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # botrix-template(java开发通用框架) # 项目地址 https://gitee.com/l_d_a/botrix-template.git #### 模块介绍 botrix-common(公共模块--不可删除) botrix-framework(框架模块--不可删除) botrix-auth(认证模块--不可删除) botrix-system(系统模块--LoginInfoService与UserService外其余可选删除) botrix-file(文件模块--可选) botrix-treasure-box(百宝箱模块--可选) botrix-websocket(消息推送模块--可选) #### 数据库文件在sql文件夹下 除sys_user、sys_logininfor基础表外其余均根据上面模块决定是否需要删除 #### 项目使用说明 redis配置、数据库配置在botrix-framework模块下 权限认证配置在botrix-auth模块下 默认系统登录用户:admin/admin123 比较常用的utils都在common模块包下比如:SecurityUtils、RedisCache