All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mengweijin.cache.expired.CacheExpiredAutoConfiguration Maven / Gradle / Ivy

package com.github.mengweijin.cache.expired;

import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cache.annotation.ProxyCachingConfiguration;
import org.springframework.context.annotation.Configuration;

/**
 * @author Meng Wei Jin
 * EnableCaching 开启缓存
 **/
@Slf4j
@Configuration
@EnableCaching
@AutoConfigureAfter({ProxyCachingConfiguration.class})
public class CacheExpiredAutoConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy