91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Mybatis中怎么使用pagehelper分頁插件

發布時間:2021-08-11 17:52:00 來源:億速云 閱讀:194 作者:Leah 欄目:編程語言

本篇文章為大家展示了Mybatis中怎么使用pagehelper分頁插件,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

1.添加maven依賴

<dependency>  <groupId>com.github.pagehelper</groupId>  <artifactId>pagehelper</artifactId>  <version>5.0.0</version> </dependency>

2.在 Spring 配置文件中配置攔截器插件,也可以在mybatis的xml里面配置,但是兩種配置不能同時出現,否則容易出現com.github.pagehelper.PageInterceptor插件出現空指針問題

在spring.xml中定義:

<!--配置SqlSessionFactory對象 -->  <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">    <property name="dataSource" ref="dataSource" />    <property name="configLocation" value="classpath:mybatis-config.xml" />    <property name="typeAliasesPackage" value="com.aoChine.model.entity" />    <property name="mapperLocations" value="classpath:mapper/*.xml" />    <!-- 配置mybatis分頁插件PageHelper -->    <property name="plugins">      <array>        <bean class="com.github.pagehelper.PageInterceptor">          <property name="properties">            <!-- 什么都不配,使用默認的配置 -->            <value></value>          </property>        </bean>      </array>    </property>  </bean>

在mybatis-config.xml中定義

<plugins>    <!-- com.github.pagehelper為PageHelper類所在包名 -->    <plugin interceptor="com.github.pagehelper.PageInterceptor">      <!-- 使用MySQL方言的分頁 -->      <property name="helperDialect" value="sqlserver"/><!--如果使用mysql,這里value為mysql-->      <property name="pageSizeZero" value="true"/>    </plugin> </plugins>

3.使用

a)寫正常查詢語句的接口

接口:

b)在service層調用接口,實現分頁。

上述內容就是Mybatis中怎么使用pagehelper分頁插件,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

乌兰县| 盐源县| 连山| 涞水县| 武陟县| 永泰县| 晴隆县| 溆浦县| 泰州市| 承德市| 长顺县| 长海县| 康马县| 梨树县| 吴旗县| 九江市| 鲁甸县| 宝坻区| 弋阳县| 南部县| 营口市| 五常市| 大悟县| 宜昌市| 监利县| 夏津县| 泰宁县| 金山区| 望都县| 屏边| 乃东县| 张家口市| 彰武县| 娱乐| 临湘市| 尉氏县| 灌云县| 秦皇岛市| 翼城县| 确山县| 湟中县|