|
@@ -3,6 +3,9 @@
|
|
3
|
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
3
|
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
|
4
|
"http://mybatis.org/dtd/mybatis-3-config.dtd">
|
4
|
"http://mybatis.org/dtd/mybatis-3-config.dtd">
|
|
5
|
<configuration>
|
5
|
<configuration>
|
|
|
|
6
|
+ <typeHandlers>
|
|
|
|
7
|
+ <typeHandler handler="org.apache.ibatis.type.StringTypeHandler" jdbcType="LONGVARCHAR" javaType="string"/>
|
|
|
|
8
|
+ </typeHandlers>
|
|
6
|
<plugins>
|
9
|
<plugins>
|
|
7
|
<plugin interceptor="com.github.pagehelper.PageInterceptor">
|
10
|
<plugin interceptor="com.github.pagehelper.PageInterceptor">
|
|
8
|
<property name="helperDialect" value="informix" />
|
11
|
<property name="helperDialect" value="informix" />
|