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

com.efeichong.config.AutoConfig Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.efeichong.config;

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

/**
 * @author lxk
 * @date 2021/11/8
 * @description
 */
@Configuration
@ComponentScan("com.efeichong")
public class AutoConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy