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

com.alicp.jetcache.anno.config.CommonConfiguration Maven / Gradle / Ivy

The newest version!
/**
 * Created on 2019/6/23.
 */
package com.alicp.jetcache.anno.config;

import com.alicp.jetcache.anno.support.ConfigMap;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Role;

/**
 * @author huangli
 */
@Configuration
public class CommonConfiguration {
    @Bean
    @Role(BeanDefinition.ROLE_INFRASTRUCTURE)
    public ConfigMap jetcacheConfigMap() {
        return new ConfigMap();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy