1 Star 0 Fork 10

Tiger_WILL / ChineseChess

forked from / ChineseChess 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mybatis.xml 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
qcs 提交于 2016-12-17 17:36 . 完善的版本
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config .//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
<environments default="development">
<environment id="development">
<transactionManager type="JDBC" />
<!-- 配置数据库连接信息 -->
<dataSource type="POOLED">
<property name="driver" value="com.mysql.jdbc.Driver" />
<property name="url" value="jdbc:mysql://localhost:3306/chinesechess" />
<property name="username" value="root" />
<property name="password" value="root" />
</dataSource>
</environment>
</environments>
<mappers>
<mapper resource="cn/edu/cqu/kb/mapping/ChessmanMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/BRuleMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/CRuleMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/JRuleMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/MRuleMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/PRuleMapper.xml"/>
<mapper resource="cn/edu/cqu/kb/mapping/SRuleMapper.xml" />
<mapper resource="cn/edu/cqu/kb/mapping/XRuleMapper.xml" />
</mappers>
</configuration>
Java
1
https://gitee.com/tigerwill/ChineseChess.git
git@gitee.com:tigerwill/ChineseChess.git
tigerwill
ChineseChess
ChineseChess
master

搜索帮助