# bms **Repository Path**: wzy15920313768/bms ## Basic Information - **Project Name**: bms - **Description**: 基于Spring Boot的电子图书管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-23 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bms #### 介绍 基于web的图书馆里系统 #### 软件架构 Spring Boot #### 文件说明 - src - main - java 源码 - com.scse.bms - config 配置文件 - entity 存放实体对象,对应数据库表 - domain 存放模块对象(存放给前端用的对象,domain比model范围大) - exception 异常处理 - mapper 映射接口文件,即dao层 - service 服务层,调用dao接口 - util 存放工具类 - web - client 客户端controller层 - admin 后台controller层 - resources 资源文件 - test 测试文件 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request