Spring Boot auto-configures the cache infrastructure as long as caching support is enabled via the @EnableCaching annotation
@EnableCaching 指定spring boot 自動加載 cache組件。
如果不指定 緩存服務器, 則默認使用內(nèi)存。
Spring Boot auto-configures the cache infrastructure as long as caching support is enabled via the @EnableCaching annotation
@EnableCaching 指定spring boot 自動加載 cache組件。
如果不指定 緩存服務器, 則默認使用內(nèi)存。