gaodd 2 年之前
父節點
當前提交
df455cf6eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mybatis/mybatis-config.xml

+ 1 - 1
src/main/resources/mybatis/mybatis-config.xml

@@ -3,7 +3,7 @@
3 3
 <configuration>
4 4
 	<plugins>
5 5
   			<plugin interceptor="com.github.pagehelper.PageInterceptor">
6
-  				<property name="helperDialect" value="informix" />
6
+  				<property name="helperDialect" value="mysql" />
7 7
   			</plugin>
8 8
 	</plugins>
9 9
 </configuration>