gaodd 2 yıl önce
ebeveyn
işleme
df455cf6eb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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>