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

com.starxmind.boot.utils.UtilsAutoConfig Maven / Gradle / Ivy

The newest version!
package com.starxmind.boot.utils;

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

/**
 * Utils自动配置
 *
 * @author pizzalord
 * @since 1.0
 */
@ComponentScan(basePackages = {"com.starxmind.boot.utils"})
@Configuration
public class UtilsAutoConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy