# book_manager_system **Repository Path**: 54993306/book_manager_system ## Basic Information - **Project Name**: book_manager_system - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-24 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BookManagementSystem图书管理系统 #### 介绍 SpringBoot+MybatisPlus+Maven+Thymeleaf实现的图书管理系统。 #### 安装教程 1. 下载代码到本地 2. 在代码目录 /src/main/db 中拿到mysql数据库的sql文件,导入数据库中(先手动建库,再导入,建议使用MySQL5.7版本) 3. 修改代码application.yml中本地数据库的地址 4. 因没有写注册功能,用户密码可从数据库user_info表中得到 5. 配置文件分为开发环境dev、正式环境prod和测试环境test、通过修改application中的active来实现配置切换 #### win环境运行 1. 确保本地安装java环境 2. 在bin目录下运行startup.bat启动脚本 3. 在浏览器中输入http://localhost:8080 即可访问 账号lxc 密码 123 ### mac 环境运行 1. 确保本地安装java环境 2. 运行bin目录下的startup.sh启动脚本 3. 在浏览器中输入http://localhost:8080 即可访问 账号lxc 密码 123 ### swagger http://localhost:8080/bms/swagger-ui/index.html