jsp035ssm公文流转管理系统(源码)
环境需要
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/182
- 版权声明: 本文由扬州梦语科技有限公司原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权