基于jsp+ssm旅游管理系统
本旅游管理系统主要包括系统用户管理模块、景点信息管理模块、变幻图管理、旅游线路管理、登录模块、和退出模块等多个模块。它帮助旅游管理实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了旅游管理数据资源,有效的减少了旅游管理的经济投入,大大提高了旅游管理的效率。
环境需要
1. 使用IDEA/Eclipse/MyEclipse导入项目,Eclipse/MyEclipse导入时,若为maven项目请选择maven;若为maven项目,导入成功后请执行maven clean;maven install命令,下载所需jar包;
2. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件;
3. 将项目中jdbc.properties配置文件中的数据库配置改为自己的配置
4. 配置tomcat,然后运行项目,输入localhost:8080/ 登录;注:tomcat中配置的项目路径必须为/,不要添加项目名,否则会报错;
<?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>
- 本文标签: 其他
- 本文链接: http://www.7cjava.com/article/184
- 版权声明: 本文由计算机毕业设计原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权