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

com.rustknife.jknife.cache.starter.JknifeCacheAutoConfiguration Maven / Gradle / Ivy

The newest version!
package com.rustknife.jknife.cache.starter;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan({
        "com.rustknife.jknife.cache.config"
})
public class JknifeCacheAutoConfiguration
{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy