blog2.0--Springboot添加redis緩存(註解方式)

 f: cd Java\Redis-x64-3.2.100 redis-server.exe redis.windows.conf redis-cli.exe -h 127.0.0.1 -p 6379    1.在啓動類上加 @EnableCaching註解(不需要jar包,因爲已經有了) 2.在需要加緩存的方法上加上@Cacheable(cacheNames = "blog", key="123
相關文章
相關標籤/搜索