gaodd 2 jaren geleden
bovenliggende
commit
6b9febf2a8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/resources/mybatis/mybatis-config.xml

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

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