03 2023 档案
SpringBoot的EnableCaching简述
摘要:Spring Boot中的EnableCaching简述 spring boot中自带有数据缓存机制,主要通过其org.springframework.cache包下的各种类来实现。 EnableCaching @EnableCaching是启用缓存的注解,标注在任何一个可自动注入的类上即可开启。
阅读全文