Showing
1 changed file
with
9 additions
and
0 deletions
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="1"/> <!-- seconds --> | ||
8 | + </settings> | ||
9 | +</configuration> |
-
Please register or login to post a comment