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 {
}