Merge branch 'testQQ'
# Conflicts: # pom.xml
Showing
2 changed files
with
10 additions
and
1 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <parent> | 4 | <parent> |
5 | <groupId>com.yoho</groupId> | 5 | <groupId>com.yoho</groupId> |
6 | <artifactId>parent</artifactId> | 6 | <artifactId>parent</artifactId> |
7 | - <version>1.1.0-SNAPSHOT</version> | 7 | + <version>1.1.1-SNAPSHOT</version> |
8 | </parent> | 8 | </parent> |
9 | 9 | ||
10 | <groupId>com.yoho.dsf</groupId> | 10 | <groupId>com.yoho.dsf</groupId> |
1 | +<?xml version="1.0" encoding="UTF-8" ?> | ||
2 | +<!DOCTYPE configuration | ||
3 | + PUBLIC "-//mybatis.org//DTD Config 3.0//EN" | ||
4 | + "http://mybatis.org/dtd/mybatis-3-config.dtd"> | ||
5 | +<configuration> | ||
6 | + <settings> | ||
7 | + <setting name="defaultStatementTimeout" value="2"/> <!-- seconds --> | ||
8 | + </settings> | ||
9 | +</configuration> |
-
Please register or login to post a comment