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

com.github.doobo.config.CacheConfigAutoConfiguration Maven / Gradle / Ivy

package com.github.doobo.config;

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


/**
 * 基本配置类
 */
@Configuration
@ComponentScans({@ComponentScan("com.github.doobo.annotation"), @ComponentScan("com.github.doobo.service")})
public class CacheConfigAutoConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy