亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

使用redis作為mybatis的二級緩存

發布時間:2020-07-05 11:07:10 來源:網絡 閱讀:5170 作者:zbzbzb022 欄目:軟件技術

本次介紹一下使用mybatis-redis項目作為mybatis的二級緩存在生產項目中的配置與應用。

首先,在pom中添加一下依賴:

<!-- mybatis cache -->
<dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-redis</artifactId>
    <version>1.0.0-beta2</version>
</dependency>

依賴添加成功后,在src/main/resources下面創建redis的配置文件redis.properties

#1.0 redis factory configuration

host=xxx.xxx.xxx.xxx

port=6379

password=xxxxxxxx

timeout=5000

usePool=true

#redis pool configuration

maxTotal=600

maxIdle=300

minIdle=10

maxWaitMillis=2000

testOnBorrow=false

testOnReturn=false

配置文件創建成功后,在生成的 xxxMapper.xml中寫入配置在<mapper></mapper>之間

<cache type="org.mybatis.caches.redis.RedisCache" />

使用redis作為mybatis的二級緩存

useCache表示是否需要使用緩存

flushCache表示插入后是否需要刷新緩存

<select ... flushCache="false" useCache="true"/>

<insert ... flushCache="true"/>

<update ... flushCache="true"/>

<delete ... flushCache="true"/>


測試代碼如下,update后同步刷新緩存,采用默認配置即可。

@Test
public void test01() {
Vc3JourneyAttributeDefinitions vc3JourneyAttributeDefinitions=new Vc3JourneyAttributeDefinitions();
vc3JourneyAttributeDefinitions=vc3JourneyAttributeDefinitionsMapper.selectByPrimaryKey(1L);
vc3JourneyAttributeDefinitions.setAttributeName("Total distance of valid pulses");
vc3JourneyAttributeDefinitionsMapper.updateByPrimaryKey(vc3JourneyAttributeDefinitions);
vc3JourneyAttributeDefinitions=vc3JourneyAttributeDefinitionsMapper.selectByPrimaryKey(1L);
System.out.println(vc3JourneyAttributeDefinitions.getAttributeName());
}

從github上面https://github.com/mybatis/redis-cache

可以下載源碼查看。

向AI問一下細節

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

AI

仁寿县| 东兴市| 洛扎县| 安陆市| 漠河县| 大庆市| 偃师市| 金坛市| 苍山县| 台北市| 进贤县| 白河县| 苏尼特右旗| 崇文区| 炎陵县| 定西市| 海伦市| 吉安市| 遂宁市| 米林县| 河北区| 湘西| 永清县| 吉安县| 凯里市| 峨眉山市| 灵山县| 赫章县| 睢宁县| 玉田县| 剑川县| 永仁县| 团风县| 博野县| 运城市| 巩留县| 屯昌县| 吉安县| 西畴县| 福清市| 留坝县|