shjung hace 2 años
padre
commit
b10ffdae8e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/main/resources/mybatis/mybatis-config.xml

+ 2 - 0
src/main/resources/mybatis/mybatis-config.xml

@@ -20,6 +20,8 @@
 		<!-- 쿼리에 보내는 파라미터가 null 인 경우, 오류가 발생하는 것 방지 -->
 		<setting name="jdbcTypeForNull" value="NULL"/>
 
+		<setting name="defaultFetchSize" value="1000"/>
+
 	</settings>
     
 	<typeAliases>