原创

基于jsp+mysql+Spring+mybatis的SSM图书馆图书管理借阅书籍管理系统(附源码)

温馨提示:
本文最后更新于 2024年07月31日,已超过 59 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我

系统功能

管理员角色包含以下功能:管理员登录,修改个人资料,读者管理,图书管理,借还书管理,公告管理等功能。
用户角色包含以下功能:用户登录与注册,修改个人资料,修改密码,查询图书,借还书管理,公告查询等功能。

系统截图

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"D:\add\org\apache\ibatis\builder\xml\mybatis-3-config.dtd">
<configuration>

   <mappers>
   <mapper  resource="com/mapper/AllusersMapper.xml"/>
   <mapper  resource="com/mapper/YonghuzhuceMapper.xml"/>
   <mapper  resource="com/mapper/XinwentongzhiMapper.xml"/>
   <mapper  resource="com/mapper/PinglunMapper.xml"/>
   <mapper  resource="com/mapper/ShoucangjiluMapper.xml"/>
   <mapper  resource="com/mapper/LiuyanbanMapper.xml"/>
   <mapper  resource="com/mapper/YouqinglianjieMapper.xml"/>
   <mapper  resource="com/mapper/JiaoshixinxiMapper.xml"/>
   <mapper  resource="com/mapper/XueshengxinxiMapper.xml"/>
   <mapper  resource="com/mapper/SixiangdaodeMapper.xml"/>
   <mapper  resource="com/mapper/JishuxiuyangMapper.xml"/>
   <mapper  resource="com/mapper/WentihuodongMapper.xml"/>
   
   
   </mappers>

</configuration>

正文到此结束
本文目录