解決 springboot 中 @Cacheable不起作用


  1. application.properties中記得啟用緩存 spring.cache.type=redis

  1. 緩存的對象必須實現Serializable

  1. SpringBootApplication中要加@EnableCaching注解

  1. @Cacheable是基於Spring AOP代理類,內部方法調用是不走代理的,@Cacheable是不起作用的


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM