源码获取:俺的博客首页 "资源" 里下载!
项目介绍
基于Springboot+vue阿博图书馆管理系统
环境需要
1.运行环境:最好是java jdk 1.8 其他版本理论上也可以。
2.IDE环境:IDEA,Eclipse,Myeclipse都可以。推荐IDEA;
3.硬件环境:windows 7/8/10 1G内存以上;或者 Mac OS;
4.数据库:MySql 5.7/8.0版本均可;
5.是否Maven项目:是;
技术栈
后端:SpringBoot+Mybaits
前端:Vue + elementui
使用说明
项目运行:
1. 使用Navicat或者其它工具,在mysql中创建对应sql文件名称的数据库,并导入项目的sql文件;
2. 使用IDEA/Eclipse/MyEclipse导入项目,导入成功后请执行maven clean;maven install命令;
3. 将项目中application.yml配置文件中的数据库配置改为自己的配置;
4. 运行项目,在浏览器中输入地址:
前台地址:http://localhost:8080/springboot33dng/front/index.html
后台地址
http://localhost:8080/springboot33dng/admin/dist/index.html
管理员 abo 密码 abo
用户:用户1 密码: 123456
注意项目文件路径中不能含有中文、空格、特殊字符等,否则图片会上传不成功。










图书管理类控制层:
/**
* 图书管理类
*/
@Controller
@RequestMapping("/web/books")
public class BookController extends BaseController{
@Autowired
private IBookService bookService;
@Autowired
private IBorrowBookService borrowBookService;
/**
* 默认索引页
* @parameter 参数及其意义
* @return index页面
*/
@RequestMappin

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



